change command_find helper interface
[openocd.git] / src / helper /
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 Welchadd COMMAND_PARSE_BOOL macro and friends
2009-11-18 Zachary T Welchpass startup_tcl to command_init
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
2009-11-18 Zachary T Welchmove startup.c to libopenocd
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 'cmd_ctx' to CMD_CTX
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-17 Zachary T Welchadd more command_handler conversion macros
2009-11-17 David BrownellARM: "armv4_5" command prefix becomes "arm"
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 Zachary T Welchstruct fileio: improve member types
2009-11-16 Zachary T Welchhelper/log: improve API parameter types
2009-11-16 Zachary T Welchuse Jim_CmdProc in jim_register
2009-11-16 Zachary T Welchimprove constness of open_file_from_path
2009-11-16 Zachary T Welchmake command line options const
2009-11-16 David Brownellbinarybuffer: regression fix
2009-11-16 David Brownell"types.h" doxygen fix
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchmove container_of to types.h
2009-11-16 Zachary T WelchAdd FILEIO_NONE access mode.
2009-11-16 Zachary T Welchbinarybuffer: add API documentation
2009-11-16 Zachary T Welchimprove inline binarybuffer helpers
2009-11-16 Zachary T Welchimprove buf_set_buf helper
2009-11-16 Zachary T Welchimprove buf_set_ones
2009-11-16 Zachary T Welchimprove buf_cpy helper
2009-11-16 Zachary T Welchimprove buf_cmp and buf_cmp_mask helpers
2009-11-16 Zachary T Welchimprove str_to_buf and buf_to_str helpers
2009-11-16 Zachary T Welchbinarybuffer: move variables to point of first use
2009-11-16 Zachary T Welchbinarybuffer: fix whitespace related issues
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-15 Zachary T Welchremove unused buf_to_u32_handler
2009-11-15 Zachary T Welchstruct scan_field_s -> struct scan_field
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 Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchlog_callback_t -> struct log_callback
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 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_HANDLER and COMMAND_HELPER macros
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 Welchwrap help command
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-11 Zachary T Welchtime_support: improve use of types
2009-11-10 Øyvind Harboetcl: HostOs now picks up eCos as well during compile...
2009-11-10 Zachary T Welchcommand.c: make commands static
2009-11-09 Zachary T Welchsrc/helper: wrap and clean headers.
2009-11-09 David BrownellUser's Guide: bugfix global state info
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 Zachary T WelchImprove debug_level command argument parsing.
2009-11-06 Zachary T WelchAdd macro for parsing numeric command arguments.
2009-11-06 Zachary T WelchAdd stringify macros in src/helper/types.h.
2009-10-30 Spencer Oliverbin2char: for win32 set stdin/stdout to binary mode
2009-10-21 Øyvind HarboeeCos synthetic target updates.
2009-10-19 Redirect 'Slash... corrective fix for MinGW GNU C99 printf compliance
2009-10-19 oyvindSync with official Jim Tcl repository.
2009-10-18 Redirect 'Slash... safer conversion to HANDLER on MinGW-W64
2009-10-18 Redirect 'Slash... More MinGW C99 printf compliance
2009-10-17 Redirect \"Slash... jim-eventloop for MinGW-w64
2009-10-16 David Brownellxscale: better fix for debug_handler.bin
2009-10-15 David Brownellportability updates
2009-10-14 David Brownelldoc updates to match "help" better
2009-10-13 Øyvind HarboeMissing type for eCos.
2009-10-09 Øyvind HarboeMerge commit 'origin/master'
2009-10-09 David Brownelladd overridable Tcl "init_reset"
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 Øyvind HarboeUpdate copyright statements. Make it easier to sync...
2009-10-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-06 oharboeIntroduced jtag_init and "jtag arp_init" to allow targe...
2009-09-26 dbrownellUpdates to the initial scanchain validation code:
2009-09-25 oharboeTry/catch scheme. Typed up the functionality and regres...
2009-09-23 dbrownellStart handling the (second) SRST stage of reset better:
2009-09-23 oharboeNico Coesel <ncoesel@dealogic.nl> fix warnings. . I...
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-09-18 dbrownellTweak TCL reset script ... mostly improving descriptions of
2009-09-17 dbrownellFix coredump seen in some code paths.
2009-09-14 oharboeerror message upon recursive invocation of reset from...
2009-08-30 oharboeDirk Behme <dirk.behme@googlemail.com> Fix typo in...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Be sure the built...
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)