aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-11Audit and eliminate redundant helper #include directives.zwelch1-9/+1
2009-05-05remove extra newline before promptoharboe1-12/+15
2009-05-04Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...oharboe1-1/+1
2009-03-07Added HostOS variableduane1-0/+23
2008-12-16fix broken -c/f options where it would silently terminate for scripts that di...oharboe1-19/+18
2008-12-13- remove target specific variant and use target->variant memberntfreak1-10/+8
2008-12-10- fix illegal memory access in unregister_command functionntfreak1-11/+19
2008-11-26friendlier error messagesoharboe1-3/+6
2008-11-11Fixes (more or less) random SEGFAULT upon invoking script_command().oharboe1-2/+11
2008-11-03Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe1-1/+1
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe1-0/+13
2008-10-16sleep command now prints out target debugmsgs w/anything like usable performanceoharboe1-1/+6
2008-10-16added capture command to capture log output. Useful when wanting to capture l...oharboe1-0/+27
2008-10-09added busy sleep (for testing purposes)oharboe1-63/+81
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-2/+2
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe1-0/+3
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-3/+3
2008-08-19use alive_sleep() from sleep commandoharboe1-1/+1
2008-08-18Johannes Stezenbach <js@sig21.net> fix warningsoharboe1-1/+1
2008-08-11fix error output a bit: do not repeat output printed during execution in case...oharboe1-1/+1
2008-08-11place event loop inside #ifdef JIM_EMBEDDED. oharboe1-1/+4
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe1-0/+15
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-24OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o...oharboe1-2/+2
2008-07-24more error message cleanup. invalid args & syntax errors both now print argum...oharboe1-21/+4
2008-07-24Better handling of OpenOCD command invocation result/context.oharboe1-27/+51
2008-07-23handle end of line comments to improve compatibility with event scriptsoharboe1-5/+10
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe1-0/+1
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe1-2/+2
2008-07-18This allows overriding builtin openocd commands.oharboe1-1/+6
2008-07-18- fix incorrectly registered function openocd_array2memntfreak1-10/+5
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe1-3/+182
2008-07-17Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe1-2/+0
2008-07-17Collect output from openocd commands into openocd_output local variableoharboe1-5/+30
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe1-193/+144
2008-07-16print syntax for command upon syntax error.oharboe1-0/+13
2008-07-16better error messages for target event scripts.oharboe1-0/+2
2008-07-11help is now implemented in startup.tcl/helpoharboe1-79/+2
2008-07-11work in progress to improve helpoharboe1-4/+20
2008-07-11- retired variable stuff. oharboe1-61/+2
2008-07-11.cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe1-53/+0
2008-07-09"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe1-19/+7
2008-07-07- command_run_line will only search once for the command, and execute if foundntfreak1-26/+19
2008-07-06- fix duplicate log entryntfreak1-1/+6
2008-07-06- fixed build issues with win32ntfreak1-9/+1
2008-07-06fix a few compilation problems.oharboe1-0/+8
2008-07-06src/helper/configuration.hoharboe1-1/+8
2008-07-05- added search for libdlntfreak1-1/+3
2008-07-04utility fn.oharboe1-0/+15
2008-06-27hooks to enable experimentation with scripting language support. Reduces patc...oharboe1-36/+75