summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* reduce compare noise. If someone should be crazy enough to try to run OpenOCD...oharboe2008-03-114-5/+36
* With the recent changes the TRST needs to happen for every reset.oharboe2008-03-111-12/+9
* tidy up output a bit. No longer show "accepted connection" inside Telnet sess...oharboe2008-03-111-2/+3
* - retired unused jtag events. The code was incorrectoharboe2008-03-112-32/+8
* - 16 and 32 bit unaligned accesses supportedntfreak2008-03-116-223/+431
* retire unused code.oharboe2008-03-111-20/+0
* JTAG_END_STATE is now retired. It is no longer queued.oharboe2008-03-111-22/+10
* - fixed jtag_add_reset(). It no longer causes jtag_execute_queue() tooharboe2008-03-113-82/+96
* Pavel Chromy: telnet line buffer size checking, history does not store repeat...oharboe2008-03-111-67/+87
* backed out changes from 483.oharboe2008-03-101-93/+14
* more target scripts wip.oharboe2008-03-102-0/+68
* more target scripts wip.oharboe2008-03-102-1/+15
* Pavel Chromy: hopefully perfection for async output and prompt/partially type...oharboe2008-03-101-13/+24
* Pavel Chromy: the attached patch refines PRESTO support and makes it work wit...oharboe2008-03-101-105/+123
* prettier async outputoharboe2008-03-101-0/+5
* - fixed a problem with big endian XScale and GDB register packets.oharboe2008-03-101-27/+6
* - the jtag chain is examined and validated after GDB & telnet serversoharboe2008-03-106-37/+105
* - Fixed various error handling when looking for memory leaksoharboe2008-03-102-58/+60
* - LOG_SILENT can be used to silence the log(needed in upcoming patches)oharboe2008-03-101-0/+7
* added stm32.cfg to install listoharboe2008-03-101-1/+1
* Michael Bruck: fix warningoharboe2008-03-091-0/+1
* - add stm32 target scriptntfreak2008-03-091-0/+23
* - added more TARGET_HALTED checks for the read/write_memory handlersntfreak2008-03-082-7/+152
* typo.oharboe2008-03-081-1/+1
* - Improves error handling upon GDB connectoharboe2008-03-0712-43/+41
* Asynchronous output information from e.g. a halt is now displayed again.oharboe2008-03-071-4/+6
* - fix cross endian ELF loadingvpalatin2008-03-071-3/+1
* - The elf loader incorrectly assumed that the program header always follows t...ntfreak2008-03-071-0/+9
* Michael Bruck: fixed warningsoharboe2008-03-078-16/+28
* Edgar Grimberg, fix arm926ejs_examine_debug_reason return value.oharboe2008-03-071-1/+3
* Added some timeout handling to XScale so OpenOCD doesn't getoharboe2008-03-071-23/+58
* minor corrections for target scripts.oharboe2008-03-074-78/+78
* - correct spelling typo in stm32x flash driverntfreak2008-03-071-1/+1
* Pavel Chromy, the patch fixes an issue with PRESTO & FTD2XX under Linux.oharboe2008-03-071-45/+73
* alloc_printf and alloc_vprintfoharboe2008-03-073-11/+19
* wi-9c target scriptsoharboe2008-03-072-0/+92
* Removed code that inserted prompt after printing asynchronous information. Cu...oharboe2008-03-072-14/+0
* - added str912/str710_program.scriptmifi2008-03-072-0/+17
* removed excessive debug output. Perhaps a debug_level 4 should be introduced?...oharboe2008-03-071-2/+0
* Pavel Chromy: va_copy should always be paired with va_end.oharboe2008-03-061-0/+3
* use jtag_execute_queue() instead of jtag->execute_queue()oharboe2008-03-061-1/+1
* tms is never referenced, confusing old code left behind probably.oharboe2008-03-061-10/+0
* comment.oharboe2008-03-061-1/+4
* Pavel Chromy: faster alloc_printf()oharboe2008-03-061-14/+13
* Pavel Chromy: performance tweak of gdb_put_packet_inner() removing malloc and...oharboe2008-03-061-36/+32
* Michael Bruck:oharboe2008-03-062-7/+31
* Michael Bruck: 64 bit va_list fix for crashoharboe2008-03-061-2/+5
* make debug code w.r.t. incorrect args for bypass stricter.oharboe2008-03-061-2/+3
* warnings & comments fixes.oharboe2008-03-052-5/+3
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-055-9/+65