aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)Author
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-17Ensure range errors are reported only when errno indicates one occurred.zwelch
2009-06-17Change parse_type macros to be sed-friendly.zwelch
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch
2009-06-17Move definition of parse_type helpers to command.c:zwelch
2009-06-17Convert core parse_type implementations to check for underflow errors.zwelch
2009-06-17Add improved support for parsing signed integers.zwelch
2009-06-17Improve definitions of parse_ulong and parse_ullong:zwelch
2009-06-12David Brownell <david-b@pacbell.net>:zwelch
2009-06-12Simplify handle_sleep_command:zwelch
2009-06-12Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch
2009-06-11David Brownell <david-b@pacbell.net>:zwelch
2009-05-24David Brownell <david-b@pacbell.net>:zwelch
2009-05-18Remove unecessary(and poptentially harmful?) "" around argumentsoharboe
2009-05-15Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe
2009-05-11Audit and eliminate redundant helper #include directives.zwelch
2009-05-05remove extra newline before promptoharboe
2009-05-04Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...oharboe
2009-03-07Added HostOS variableduane
2008-12-16fix broken -c/f options where it would silently terminate for scripts that di...oharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-12-10- fix illegal memory access in unregister_command functionntfreak
2008-11-26friendlier error messagesoharboe
2008-11-11Fixes (more or less) random SEGFAULT upon invoking script_command().oharboe
2008-11-03Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe
2008-10-16sleep command now prints out target debugmsgs w/anything like usable performanceoharboe
2008-10-16added capture command to capture log output. Useful when wanting to capture l...oharboe
2008-10-09added busy sleep (for testing purposes)oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
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