helper: command.c cleanup
[openocd.git] / src / helper / command.c
2012-08-24 Spencer Oliverhelper: command.c cleanup
2012-07-22 Alex AustinRevert "When calling openocd from a shell like this:"
2012-07-11 Stian SkjelsadWhen calling openocd from a shell like this:
2012-03-31 Wim LewisAdd value "openbsd" for ocd_HOSTOS.
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
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2012-01-03 Spencer Oliverhelper: fix arm11 help text
2011-03-27 Øyvind Harboecommand: fix leak when executing commands
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-12-18 Øyvind Harboescript: support only Tcl comments
2010-11-09 Antonio BorneoJIM: document "echo" command
2010-11-09 Antonio BorneoJIM: Add "-n" option to "echo"
2010-10-29 Øyvind Harboejim tests: use installed
2010-10-27 Øyvind Harboehelp: help now works on configuration commands
2010-09-20 Øyvind Harboehelper: fix flaky capture command
2010-09-11 Øyvind Harboecommand: capture command now handles both types commands
2010-06-18 Andreas Fritiofsondon't add confusing source info to Jim
2010-05-05 Øyvind Harboecommand context: fix errors when running certain comman...
2010-02-04 Spencer OliverCMD: duplicate cmd error msg
2010-01-13 Øyvind Harboedebug: make logging of commands terser
2010-01-11 Øyvind Harboecommands: make error messages a bit more terse
2010-01-10 David BrownellFreeBSD build fixes
2010-01-09 David Brownellsrc/helper: usage/help updates
2010-01-09 Masaki Muranakabuildfix on MacOS
2010-01-02 David Brownellstreamline and document helptext mode displays
2010-01-02 Dean GlazeskiFix usage/help search for subcommands.
2010-01-02 Dean GlazeskiAdd the current command to the command information
2009-12-21 Oyvind Harboehelp: list all commands that match string
2009-12-03 Zachary T Welchchange #include "target.h" to <target/target.h>
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 Zachary T Welchimprove command prohibition error report
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchcommand output capture: do not use interp global
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchmake syntax errors respond with 'usage'
2009-12-01 Zachary T Welchimprove command_done() API and docs
2009-12-01 Zachary T Welchonly display usable commands in help
2009-11-28 Zachary T Welchadd error checking in command_new
2009-11-28 Zachary T Welchinclude mode information in help text.
2009-11-28 Zachary T Welchrefactor command mode detection
2009-11-28 Zachary T Welchadd command private data setter/accessor
2009-11-28 Zachary T Welchadd 'command mode' introspective handler
2009-11-28 Zachary T Welchremove unknown handler
2009-11-28 Zachary T Welchimprove command handler wrapper script
2009-11-28 Zachary T Welchadd 'command type' introspective handler
2009-11-27 Zachary T Welchfix regression causing duplicated output
2009-11-25 Zachary T Welchadd script_command_run helper
2009-11-25 Zachary T Welchencapsulate and re-use log capture, retval setup
2009-11-25 Zachary T Welchcombine help and usage command handlers
2009-11-25 Zachary T Welchimprove usage and help command output
2009-11-25 Zachary T Welchallow scripts to update usage information
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchrefactor command_new to use command_registration
2009-11-25 Zachary T Welchrewrite 'unknown' command dispatching in C
2009-11-25 Zachary T Welchadd public API for locating commands
2009-11-25 Zachary T Welchrefactor script_command context grabbing
2009-11-25 Zachary T Welchadd command registration chaining
2009-11-25 Zachary T Welchmore command registration refactoring
2009-11-25 Zachary T Welchcommand: use register_commands for handlers
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 Welchuse COMMAND_REGISTER macro
2009-11-20 Zachary T Welchmaintain command lists in sorted order
2009-11-20 Zachary T Welchadd add_help_text command handler
2009-11-20 Zachary T Welchprovide command context during cmd_init
2009-11-20 Zachary T Welchimprove 'help' command
2009-11-20 Zachary T Welchrefactor command registration
2009-11-20 Zachary T Welchchange command_find helper interface
2009-11-20 Zachary T Welchfactor script_command argv allocation
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 Welchpass startup_tcl to command_init
2009-11-17 Zachary T Welchremove unused variable from run_command
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 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
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 Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 Zachary T Welchadd command_handler_t type
2009-11-13 Zachary T Welchadd command_output_handler_t
2009-11-11 Zachary T Welchimprove command registration
2009-11-11 Zachary T Welchadd help regardless of callback
2009-11-11 Zachary T Welcheliminate duplicate helptext management
2009-11-11 Zachary T Welchadd command_name helper
2009-11-11 Zachary T Welchscript_debug(): improve types
2009-11-11 Zachary T Welchcommand.c: make private routines static
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-10 Øyvind Harboetcl: HostOs now picks up eCos as well during compile...
2009-11-10 Zachary T Welchcommand.c: make commands static
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)