summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-073-34/+54
* removed excessive debug output. Perhaps a debug_level 4 should be introduced?...oharboe2008-03-071-2/+0
* Cosmetic fixes from Uwe Hermannoharboe2008-03-071-19/+19
* Pavel Chromy: va_copy should always be paired with va_end.oharboe2008-03-061-0/+3
* retiredoharboe2008-03-061-7/+1
* 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
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-054-107/+194
* Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe2008-03-055-156/+117
* * fixed malloc corruption in target->debug_reasonoharboe2008-03-055-116/+130
* telnet_port can now be invoked multiple timesoharboe2008-03-051-3/+1
* Bogus error message in GDB removedoharboe2008-03-043-3/+14
* Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe2008-03-043-7/+7
* Michael Bruck - fix warnings.oharboe2008-03-041-6/+3
* Michael Bruck: fix warnings.oharboe2008-03-043-7/+20
* Michael Bruck:oharboe2008-03-043-51/+77
* - added svn prop svn:eol-style nativentfreak2008-03-037-260/+260
* I fixed all the targets even thoughoharboe2008-03-039-0/+9
* added fill_malloc test. Not quite sure what to do here yet, but it would be g...oharboe2008-03-031-0/+7
* added at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfgoharboe2008-03-039-1/+264
* some comments from Dominicoharboe2008-03-031-1/+10
* - Added coding style to READMEdrath2008-03-021-1/+31
* - added svn prop svn:eol-style nativentfreak2008-03-020-0/+0
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-0217-98/+107
* fixed FSF address. Uwe Hermann.oharboe2008-03-023-3/+3
* target scripts for test suite.oharboe2008-03-0113-2/+196
* wrote up explaining why tests are done on committed code.oharboe2008-03-011-1/+1
* wrote up explaining why tests are done on committed code.oharboe2008-03-011-2/+12
* - contrib directory addedntfreak2008-03-014-0/+232
* - added test result for r423mifi2008-03-011-35/+89