aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.h
AgeCommit message (Expand)Author
2009-11-13add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch
2009-11-13add command_output_handler_tZachary T Welch
2009-11-11add command_name helperZachary T Welch
2009-11-11script_debug(): improve typesZachary T Welch
2009-11-09src/helper: wrap and clean headers.Zachary T Welch
2009-11-05Add macro for parsing numeric command arguments.Zachary T Welch
2009-10-19corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
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-17Add improved support for parsing signed integers.zwelch
2009-06-17Update parse_type macro definitions to allow re-use with signed types.zwelch
2009-06-12David Brownell <david-b@pacbell.net>: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-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-15Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe
2009-05-15revert to 1775. 1790 causes SEGFAULT w/Cygwin.oharboe
2009-05-14Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch
2009-05-13Include types.h in command.h to make stdint.h available through it.zwelch
2009-05-11Audit and eliminate redundant helper #include directives.zwelch
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-08-18Johannes Stezenbach <js@sig21.net> fix warningsoharboe
2008-08-07David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe
2008-08-05Duane Ellis: fix warningsoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-21cross compile fixoharboe
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@gmail.com> and Øyvind Harboeoharboe
2008-07-11help is now implemented in startup.tcl/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-07- command_run_line will only search once for the command, and execute if foundntfreak
2008-07-06- fixed build issues with win32ntfreak
2008-07-06src/helper/configuration.hoharboe
2008-07-04utility fn.oharboe
2008-06-27hooks to enable experimentation with scripting language support. Reduces patc...oharboe
2008-05-07Edgar Grimberg plugged a leak found w/Valgrind.oharboe
2008-04-23added fast option.oharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-02-28- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This oharboe
2008-02-19- Fixed bug in pathmove for XScalentfreak
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath