URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [or_debug_proxy/] [ChangeLog] - Rev 524
Go to most recent revision | Compare with Previous | Blame | View Log
2011-03-07 Julius Baxter, ORSoC AB <julius@orsoc.se>
* Makefile:(STATIC_LDFLAGS): Added -lrt as required by new libftd2xx.
Updated example of downloading static library.
* README: Updated to contain information about latest FTDI libftd2xx
drivers.
2011-03-07 Julius Baxter, ORSoC AB <julius@orsoc.se>
* src/or_debug_proxy.c: Ran indent on code to neaten.
Added -k option to enable kernel debugging option which remaps 0xc0
high address to 0x00.
* include/gdb.h:(kernel_debug): Declared as extern int.
* src/gdb.c: Ran indent on code to neaten.
(kernel_debug): Added, initialise to 0.
<gdb_write_byte>: Also check kernel_debug with IS_VM_ADDR.
<gdb_read_byte>: Ditto.
<gdb_write_reg>: Ditto.
<gdb_read_reg>: Ditto.
<gdb_read_block>: Ditto.
<gdb_write_block>: Ditto.
2010-11-23 Julius Baxter <julius@opencores.org>
* src/gdb.c <rsp_query>: qTStatus packet now returns empty packet.
2010-09-24 Julius Baxter <julius@opencores.org>
* ChangeLog: Created.
* src/or_debug_proxy.c: Removed all VPI endpoint options.
* src/gdb.c: Added rsp_query handlers for various new packets seen
with gdb-7.2.
Go to most recent revision | Compare with Previous | Blame | View Log