- Fixes '[|]' whitespace
[openocd.git] / src / helper / command.c
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-17 zwelchEnsure range errors are reported only when errno indica...
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 zwelchConvert core parse_type implementations to check for...
2009-06-17 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchImprove definitions of parse_ulong and parse_ullong:
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchSimplify handle_sleep_command:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-18 oharboeRemove unecessary(and poptentially harmful?) "" around...
2009-05-15 oharboeLess wrong handling of JIM_EMBEDDED, follow Jim Tcl...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-05-05 oharboeremove extra newline before prompt
2009-05-04 oharboeMariano Alvira <mar@devl.org> fixes warning as error...
2009-03-07 duaneAdded HostOS variable
2008-12-16 oharboefix broken -c/f options where it would silently termina...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-10 ntfreak- fix illegal memory access in unregister_command function
2008-11-26 oharboefriendlier error messages
2008-11-11 oharboeFixes (more or less) random SEGFAULT upon invoking...
2008-11-03 oharboeRick Altherr <kc8apf@kc8apf.net> - fix warnings
2008-10-31 oharboeAdded telnet_async command to enable/disable asynchronous
2008-10-16 oharboesleep command now prints out target debugmsgs w/anythin...
2008-10-16 oharboeadded capture command to capture log output. Useful...
2008-10-09 oharboeadded busy sleep (for testing purposes)
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis has made highly non-trivial changes to...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-19 oharboeuse alive_sleep() from sleep command
2008-08-18 oharboeJohannes Stezenbach <js@sig21.net> fix warnings
2008-08-11 oharboefix error output a bit: do not repeat output printed...
2008-08-11 oharboeplace event loop inside #ifdef JIM_EMBEDDED.
2008-08-07 oharboeDavid Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboeOpenOCD commands w/prefix ocd_ now set the primary...
2008-07-24 oharboemore error message cleanup. invalid args & syntax error...
2008-07-24 oharboeBetter handling of OpenOCD command invocation result...
2008-07-23 oharboehandle end of line comments to improve compatibility...
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-20 oharboeopenocd@duaneellis.com fix naming confusion. Use ocd_...
2008-07-18 oharboeThis allows overriding builtin openocd commands.
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 at gmail.com Instead of stash...
2008-07-17 oharboeCollect output from openocd commands into openocd_outpu...
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> and Øyvind Harboe
2008-07-16 oharboeprint syntax for command upon syntax error.
2008-07-16 oharboebetter error messages for target event scripts.
2008-07-11 oharboehelp is now implemented in startup.tcl/help
2008-07-11 oharboework in progress to improve help
2008-07-11 oharboe- retired variable stuff.
2008-07-11 oharboe.cfg files are now executed as Jim Tcl. Commands that...
2008-07-09 oharboe"flash banks" is now implemented in Tcl on top of ...
2008-07-07 ntfreak- command_run_line will only search once for the comman...
2008-07-06 ntfreak- fix duplicate log entry
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboefix a few compilation problems.
2008-07-06 oharboesrc/helper/configuration.h
2008-07-05 ntfreak- added search for libdl
2008-07-04 oharboeutility fn.
2008-06-27 oharboehooks to enable experimentation with scripting language...
2008-06-16 oharboeGDB timeout fix. If a script takes a long time and...
2008-05-21 ntfreak- remove error message on shutdown
2008-05-07 oharboeEdgar Grimberg plugged a leak found w/Valgrind.
2008-04-23 oharboeadded fast option.
2008-04-10 oharboestop using variable sized arrays. That's something...
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-07 oharboealloc_printf and alloc_vprintf
2008-03-05 oharboe* fixed malloc corruption in target->debug_reason
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-29 oharboeMichael Bruck:
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-23 oharboe- added time command
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2008-02-18 ntfreak- arg list now correctly released on error. Thanks...
2008-02-18 ntfreak- fix broken JTAG error handling
2008-02-13 mifi- added patch to Improving progress/error output for...
2008-01-10 ntfreak- added faster gdb packet handling (thanks to oyvind...
2008-01-10 mifi- added patch for faster start of OpenOCD
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-10 mifi- Fixing two compiler warnings
2007-04-25 drath- added support for error handlers to JTAG scan command...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-01-22 drath- fix incorrect parsing of whitespace in command.c...
2006-11-05 drath- correctly enter debug state on a "soft_reset_halt...
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)