aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)Author
2008-07-17Collect output from openocd commands into openocd_output local variableoharboe
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe
2008-07-16print syntax for command upon syntax error.oharboe
2008-07-16better error messages for target event scripts.oharboe
2008-07-11help is now implemented in startup.tcl/helpoharboe
2008-07-11work in progress to improve helpoharboe
2008-07-11- retired variable stuff. oharboe
2008-07-11.cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe
2008-07-09"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe
2008-07-07- command_run_line will only search once for the command, and execute if foundntfreak
2008-07-06- fix duplicate log entryntfreak
2008-07-06- fixed build issues with win32ntfreak
2008-07-06fix a few compilation problems.oharboe
2008-07-06src/helper/configuration.hoharboe
2008-07-05- added search for libdlntfreak
2008-07-04utility fn.oharboe
2008-06-27hooks to enable experimentation with scripting language support. Reduces patc...oharboe
2008-06-16GDB timeout fix. If a script takes a long time and does not produce any outpu...oharboe
2008-05-21- remove error message on shutdownntfreak
2008-05-07Edgar Grimberg plugged a leak found w/Valgrind.oharboe
2008-04-23added fast option.oharboe
2008-04-10stop using variable sized arrays. That's something that belongs to C++ and no...oharboe
2008-04-09Don Porges fixed c99 issues.oharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-07alloc_printf and alloc_vprintfoharboe
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe
2008-02-29Summary: passing of variable argument list reduced, strings sent to logging a...oharboe
2008-02-29Michael Bruck: oharboe
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe
2008-02-25- convert all files to unix line-endingdrath
2008-02-25Pavel Chromyoharboe
2008-02-23- added time commandoharboe
2008-02-19- Fixed bug in pathmove for XScalentfreak
2008-02-18- arg list now correctly released on error. Thanks Øyvind Harboentfreak
2008-02-18- fix broken JTAG error handlingntfreak
2008-02-13- added patch to Improving progress/error output for telnet & GDB monitormifi
2008-01-10- added faster gdb packet handling (thanks to oyvind harboe for the patch)ntfreak
2008-01-10- added patch for faster start of OpenOCDmifi
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak
2007-12-18- added patch for new flash functionality like:mifi
2007-12-10- Fixing two compiler warningsmifi
2007-04-25- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...drath
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath
2006-11-05- correctly enter debug state on a "soft_reset_halt" commanddrath
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-12- the 'help' command now takes an optional argument to display help only on a...drath
2006-06-05- fixed some spelling errors (thanks to Andrew Dyer)drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath