summaryrefslogtreecommitdiff
path: root/src/helper/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix error output a bit: do not repeat output printed during execution in case...oharboe2008-08-111-1/+1
* place event loop inside #ifdef JIM_EMBEDDED. oharboe2008-08-111-1/+4
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-071-0/+15
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o...oharboe2008-07-241-2/+2
* more error message cleanup. invalid args & syntax errors both now print argum...oharboe2008-07-241-21/+4
* Better handling of OpenOCD command invocation result/context.oharboe2008-07-241-27/+51
* handle end of line comments to improve compatibility with event scriptsoharboe2008-07-231-5/+10
* - jtag_khz/speed are now single parameter only. These are usedoharboe2008-07-211-0/+1
* openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe2008-07-201-2/+2
* This allows overriding builtin openocd commands.oharboe2008-07-181-1/+6
* - fix incorrectly registered function openocd_array2memntfreak2008-07-181-10/+5
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-181-3/+182
* Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe2008-07-171-2/+0
* Collect output from openocd commands into openocd_output local variableoharboe2008-07-171-5/+30
* Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe2008-07-171-193/+144
* print syntax for command upon syntax error.oharboe2008-07-161-0/+13
* better error messages for target event scripts.oharboe2008-07-161-0/+2
* help is now implemented in startup.tcl/helpoharboe2008-07-111-79/+2
* work in progress to improve helpoharboe2008-07-111-4/+20
* - retired variable stuff. oharboe2008-07-111-61/+2
* .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe2008-07-111-53/+0
* "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe2008-07-091-19/+7
* - command_run_line will only search once for the command, and execute if foundntfreak2008-07-071-26/+19
* - fix duplicate log entryntfreak2008-07-061-1/+6
* - fixed build issues with win32ntfreak2008-07-061-9/+1
* fix a few compilation problems.oharboe2008-07-061-0/+8
* src/helper/configuration.hoharboe2008-07-061-1/+8
* - added search for libdlntfreak2008-07-051-1/+3
* utility fn.oharboe2008-07-041-0/+15
* 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