aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)Author
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-19use alive_sleep() from sleep commandoharboe
2008-08-18Johannes Stezenbach <js@sig21.net> fix warningsoharboe
2008-08-11fix error output a bit: do not repeat output printed during execution in case...oharboe
2008-08-11place event loop inside #ifdef JIM_EMBEDDED. oharboe
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-24OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o...oharboe
2008-07-24more error message cleanup. invalid args & syntax errors both now print argum...oharboe
2008-07-24Better handling of OpenOCD command invocation result/context.oharboe
2008-07-23handle end of line comments to improve compatibility with event scriptsoharboe
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe
2008-07-18This allows overriding builtin openocd commands.oharboe
2008-07-18- fix incorrectly registered function openocd_array2memntfreak
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe
2008-07-17Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe
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