]> git.sur5r.net Git - openocd/history - src/helper/command.h
target: use correct target in target-prefixed commands and event handlers
[openocd] / src / helper / command.h
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands...
2018-01-17 Marc SchinkFix Jim interpreter memory leak
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2014-05-09 Paul FertserUpdate to the current Jim Tcl
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-07-01 Evan HunterAdd support for 64 bit parameter to irscan
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-10-02 Spencer Oliverbuild: remove unnecessary jim.h include
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-03-13 Øyvind Harboeecosboard: delete bit-rotted eCos code
2012-02-06 Spencer Oliverdoxygen: use correct comment syntax
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-10-29 Øyvind Harboejim tests: use installed
2010-06-14 Øyvind Harboehelper: fix -Wshadow warning in number parsing
2010-05-05 Øyvind Harboecommand context: fix errors when running certain comman...
2009-12-15 Øyvind Harboecommand: retire obsolete macro
2009-12-04 David Brownelldoxygen: remove some warnings
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchmove improperly located documentation
2009-12-01 Zachary T Welchimprove command_done() API and docs
2009-11-28 Zachary T Welchadd command private data setter/accessor
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchadd public API for locating commands
2009-11-25 Zachary T Welchadd command registration chaining
2009-11-25 Zachary T Welchadd command usage, separate from help
2009-11-25 Zachary T Welchadd register_commands for batch registration
2009-11-25 Zachary T Welchadd struct command_registration
2009-11-25 Zachary T Welchadd COMMAND_REGISTER macro
2009-11-20 Zachary T Welchimprove 'help' command
2009-11-20 Zachary T Welchrefactor command registration
2009-11-18 Zachary T Welchremove fast command and jim_global_long
2009-11-18 Zachary T Welchchange all bool parsers to accept any value
2009-11-18 Zachary T Welchadd handle_command_parse_bool command helper
2009-11-18 Zachary T Welchadd COMMAND_PARSE_BOOL macro and friends
2009-11-18 Zachary T Welchpass startup_tcl to command_init
2009-11-17 Zachary T Welchadd CMD_NAME variable in command_invocation
2009-11-17 Zachary T Welchadd struct command_invocation for COMMAND_HANDLER
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchadd more command_handler conversion macros
2009-11-16 Zachary T Welchuse Jim_CmdProc in jim_register
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchcommand_handler_t: make cmd an indirect parameter
2009-11-13 Zachary T Welchcommand_handler_t: make args parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make cmd parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchadd command_handler_t type
2009-11-13 Zachary T Welchadd COMMAND_HANDLER and COMMAND_HELPER macros
2009-11-13 Zachary T Welchadd command_output_handler_t
2009-11-11 Zachary T Welchadd command_name helper
2009-11-11 Zachary T Welchscript_debug(): improve types
2009-11-09 Zachary T Welchsrc/helper: wrap and clean headers.
2009-11-06 Zachary T WelchAdd macro for parsing numeric command arguments.
2009-10-19 Redirect 'Slash... corrective fix for MinGW GNU C99 printf compliance
2009-10-18 Redirect 'Slash... More MinGW C99 printf compliance
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-17 zwelchChange parse_type macros to be sed-friendly.
2009-06-17 zwelchAdd argument parsing errors in command.h, use in parse_...
2009-06-17 zwelchMove definition of parse_type helpers to command.c:
2009-06-17 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchUpdate parse_type macro definitions to allow re-use...
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-15 oharboeLess wrong handling of JIM_EMBEDDED, follow Jim Tcl...
2009-05-15 oharboerevert to 1775. 1790 causes SEGFAULT w/Cygwin.
2009-05-14 zwelchRemove JIM_EMBEDDED symbol; not appropriate or necessary.
2009-05-13 zwelchInclude types.h in command.h to make stdint.h available...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2008-10-31 oharboeAdded telnet_async command to enable/disable asynchronous
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-18 oharboeJohannes Stezenbach <js@sig21.net> fix warnings
2008-08-07 oharboeDavid Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-21 oharboecross compile fix
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> and Øyvind Harboe
2008-07-11 oharboehelp is now implemented in startup.tcl/help
2008-07-11 oharboe- retired variable stuff.
2008-07-11 oharboe.cfg files are now executed as Jim Tcl. Commands that...
2008-07-07 ntfreak- command_run_line will only search once for the comman...
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboesrc/helper/configuration.h
2008-07-04 oharboeutility fn.
2008-06-27 oharboehooks to enable experimentation with scripting language...
2008-05-07 oharboeEdgar Grimberg plugged a leak found w/Valgrind.
2008-04-23 oharboeadded fast option.
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
next