|
2011-04-22 Julius Baxter, ORSoC AB
|
|
* includes/or_debug_proxy.h: : Adding extern definition.
|
|
* src/linux_usb_driver_calls.c: Added debugging output.
|
|
(init_usb_jtag): Put in device name listing code. Device open now
|
|
uses these identification strings instead of the hardcoded one.
|
|
* src/usb_functions.c:
|
|
(usb_dbg_test): Added better debugging output.
|
|
* src/FT2232c.cpp: Added debugging output.
|
|
* src/or_debug_proxy.c: : Global variable added to determine
|
|
if we should initialise CPU on connecting or not.
|
|
(main): New option added, -b, to use proxy in bus-only mode, where it
|
|
does not initialise CPU and just provides bus access.
|
|
* src/gdb.c:
|
|
(gdb_set_chain): Check if no_cpu is set, if so, don't allow setting
|
|
of scan chain to CPU.
|
|
(set_stall_state): Check if no_cpu is set, if so, don't allow setting
|
|
of stall bit to CPU.
|
|
* Makefile: Change STATIC_LIB back to explicitly require the driver
|
|
library version 0.4.16.
|
|
* README: Updated with information on new driver problems.
|
|
|
2011-03-07 Julius Baxter, ORSoC AB
|
2011-03-07 Julius Baxter, ORSoC AB
|
* Makefile:(STATIC_LDFLAGS): Added -lrt as required by new libftd2xx.
|
* Makefile:(STATIC_LDFLAGS): Added -lrt as required by new libftd2xx.
|
Updated example of downloading static library.
|
Updated example of downloading static library.
|
* README: Updated to contain information about latest FTDI libftd2xx
|
* README: Updated to contain information about latest FTDI libftd2xx
|
drivers.
|
drivers.
|
|
|
2011-03-07 Julius Baxter, ORSoC AB
|
2011-03-07 Julius Baxter, ORSoC AB
|
* src/or_debug_proxy.c: Ran indent on code to neaten.
|
* src/or_debug_proxy.c: Ran indent on code to neaten.
|
Added -k option to enable kernel debugging option which remaps 0xc0
|
Added -k option to enable kernel debugging option which remaps 0xc0
|
high address to 0x00.
|
high address to 0x00.
|
* include/gdb.h:(kernel_debug): Declared as extern int.
|
* include/gdb.h:(kernel_debug): Declared as extern int.
|
* src/gdb.c: Ran indent on code to neaten.
|
* src/gdb.c: Ran indent on code to neaten.
|
(kernel_debug): Added, initialise to 0.
|
(kernel_debug): Added, initialise to 0.
|
: Also check kernel_debug with IS_VM_ADDR.
|
: Also check kernel_debug with IS_VM_ADDR.
|
: Ditto.
|
: Ditto.
|
: Ditto.
|
: Ditto.
|
: Ditto.
|
: Ditto.
|
: Ditto.
|
: Ditto.
|
: Ditto.
|
: Ditto.
|
|
|
2010-11-23 Julius Baxter
|
2010-11-23 Julius Baxter
|
* src/gdb.c : qTStatus packet now returns empty packet.
|
* src/gdb.c : qTStatus packet now returns empty packet.
|
|
|
2010-09-24 Julius Baxter
|
2010-09-24 Julius Baxter
|
|
|
* ChangeLog: Created.
|
* ChangeLog: Created.
|
* src/or_debug_proxy.c: Removed all VPI endpoint options.
|
* src/or_debug_proxy.c: Removed all VPI endpoint options.
|
* src/gdb.c: Added rsp_query handlers for various new packets seen
|
* src/gdb.c: Added rsp_query handlers for various new packets seen
|
with gdb-7.2.
|
with gdb-7.2.
|
|
|
|
|