summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed stack corruption. Introduced when _check_value was phased out.oharboe2008-02-291-3/+6
* - fix bug with emulated cortex_m3 dcc channelntfreak2008-02-291-3/+8
* Tweaked logging output.oharboe2008-02-291-13/+0
* Uwe Hermann: Add a --version switch for openocd.oharboe2008-02-291-11/+20
* Uwe Hermann: oharboe2008-02-2924-124/+201
* Pavel Chromy: add missing newlines.oharboe2008-02-291-2/+2
* lingering patch from Pavel Chromy.oharboe2008-02-291-5/+2
* formatting fixes from Pavel Chromyoharboe2008-02-292-14/+14
* remove warnings.oharboe2008-02-293-13/+9
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-2910-374/+205
* - clean up target output strings a bitoharboe2008-02-296-15/+22
* do not write single chars to log file.oharboe2008-02-291-23/+39
* Pavel Chromy: clarify error messagesoharboe2008-02-291-2/+2
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-297-156/+118
* Michael Bruck:oharboe2008-02-295-96/+565