summaryrefslogtreecommitdiff
path: root/src/helper/command.c
Commit message (Expand)AuthorAgeFilesLines
* Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe2009-05-151-3/+8
* Audit and eliminate redundant helper #include directives.zwelch2009-05-111-9/+1
* remove extra newline before promptoharboe2009-05-051-12/+15
* Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...oharboe2009-05-041-1/+1
* Added HostOS variableduane2009-03-071-0/+23
* fix broken -c/f options where it would silently terminate for scripts that di...oharboe2008-12-161-19/+18
* - remove target specific variant and use target->variant memberntfreak2008-12-131-10/+8
* - fix illegal memory access in unregister_command functionntfreak2008-12-101-11/+19
* friendlier error messagesoharboe2008-11-261-3/+6
* Fixes (more or less) random SEGFAULT upon invoking script_command().oharboe2008-11-111-2/+11
* Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe2008-11-031-1/+1
* Added telnet_async command to enable/disable asynchronousoharboe2008-10-311-0/+13
* sleep command now prints out target debugmsgs w/anything like usable performanceoharboe2008-10-161-1/+6
* added capture command to capture log output. Useful when wanting to capture l...oharboe2008-10-161-0/+27
* added busy sleep (for testing purposes)oharboe2008-10-091-63/+81
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-2/+2
* Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe2008-09-011-0/+3
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-3/+3
* use alive_sleep() from sleep commandoharboe2008-08-191-1/+1
* Johannes Stezenbach <js@sig21.net> fix warningsoharboe2008-08-181-1/+1
* 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