summaryrefslogtreecommitdiff
path: root/src/helper/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* hooks to enable experimentation with scripting language support. Reduces patc...oharboe2008-06-271-36/+75
* GDB timeout fix. If a script takes a long time and does not produce any outpu...oharboe2008-06-161-0/+2
* - remove error message on shutdownntfreak2008-05-211-2/+6
* Edgar Grimberg plugged a leak found w/Valgrind.oharboe2008-05-071-0/+39
* added fast option.oharboe2008-04-231-0/+17
* stop using variable sized arrays. That's something that belongs to C++ and no...oharboe2008-04-101-5/+3
* Don Porges fixed c99 issues.oharboe2008-04-091-6/+11
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-1/+9
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-1/+1
* alloc_printf and alloc_vprintfoharboe2008-03-071-3/+3
* * fixed malloc corruption in target->debug_reasonoharboe2008-03-051-2/+0
* Summary: passing of variable argument list reduced, strings sent to logging a...oharboe2008-02-291-47/+20
* Michael Bruck: oharboe2008-02-291-16/+32
* - Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe2008-02-281-24/+23
* - convert all files to unix line-endingdrath2008-02-251-607/+607
* Pavel Chromyoharboe2008-02-251-618/+607
* - added time commandoharboe2008-02-231-0/+29
* - Fixed bug in pathmove for XScalentfreak2008-02-191-1/+9
* - arg list now correctly released on error. Thanks Øyvind Harboentfreak2008-02-181-0/+1
* - fix broken JTAG error handlingntfreak2008-02-181-25/+26
* - added patch to Improving progress/error output for telnet & GDB monitormifi2008-02-131-3/+14
* - added faster gdb packet handling (thanks to oyvind harboe for the patch)ntfreak2008-01-101-4/+4
* - added patch for faster start of OpenOCDmifi2008-01-101-3/+15
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-21/+29
* - added patch for new flash functionality like:mifi2007-12-181-0/+1
* - Fixing two compiler warningsmifi2007-12-101-1/+8
* - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath2007-04-251-0/+4
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-1/+1
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-6/+19
* - correctly enter debug state on a "soft_reset_halt" commanddrath2006-11-051-1/+1
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+6
* - the 'help' command now takes an optional argument to display help only on a...drath2006-06-121-0/+9
* - fixed some spelling errors (thanks to Andrew Dyer)drath2006-06-051-3/+3
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+508