summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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 at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_sst.cfgoharboe2008-03-038-1/+263
* some comments from Dominicoharboe2008-03-031-1/+10
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-0217-98/+107
* target scripts for test suite.oharboe2008-03-0113-2/+196
* fix memory corruption regression introduced in 335oharboe2008-03-011-1/+2
* - removed warnings "xxxxx" might be used uninitialized in this function (arm_...mifi2008-03-013-3/+4
* backed out jtag_add_shift()oharboe2008-03-012-22/+43
* improve DCC bulk write performance by using jtag_add_shift() + tweaked embedd...oharboe2008-03-011-4/+21
* Now uses jtag_add_shift() via embeddedice_write_reg_inner().oharboe2008-03-011-39/+1
* log_remove_callbackoharboe2008-03-011-0/+1
* wip. fixed gaffe in jtag_add_shift()oharboe2008-03-011-1/+1
* error handling fix.oharboe2008-03-011-5/+4
* added an #error in case anybody tries to compile that broken code.oharboe2008-02-291-0/+1