| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | update win32 script search path | Andreas Fritiofson | 2010-01-19 | 1 | -5/+5 |
* | debug: make logging of commands terser | Øyvind Harboe | 2010-01-13 | 1 | -2/+11 |
* | commands: make error messages a bit more terse | Øyvind Harboe | 2010-01-11 | 1 | -1/+1 |
* | FreeBSD build fixes | David Brownell | 2010-01-10 | 1 | -0/+3 |
* | src/helper: usage/help updates | David Brownell | 2010-01-09 | 3 | -57/+81 |
* | buildfix on MacOS | Masaki Muranaka | 2010-01-09 | 1 | -2/+2 |
* | don't require 'openocd.cfg' to start | David Brownell | 2010-01-05 | 1 | -2/+4 |
* | streamline and document helptext mode displays | David Brownell | 2010-01-02 | 1 | -10/+22 |
* | Fix usage/help search for subcommands. | Dean Glazeski | 2010-01-02 | 1 | -7/+34 |
* | Add the current command to the command information | Dean Glazeski | 2010-01-02 | 1 | -0/+1 |
* | cygwin 1.7 build fixes | David Brownell | 2009-12-26 | 1 | -3/+3 |
* | help: list all commands that match string | Oyvind Harboe | 2009-12-21 | 1 | -21/+35 |
* | ecos: crisper implementation of timeval_ms() | Øyvind Harboe | 2009-12-16 | 4 | -13/+87 |
* | command: retire obsolete macro | Øyvind Harboe | 2009-12-15 | 1 | -11/+0 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -0/+1 |
* | misc code review updates | David Brownell | 2009-12-05 | 1 | -4/+3 |
* | switch 'rm' command away from using Jim | Zachary T Welch | 2009-12-04 | 1 | -18/+11 |
* | doxygen: remove some warnings | David Brownell | 2009-12-03 | 1 | -1/+1 |
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 1 | -2/+0 |
* | change #include "server.h" to <server/server.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "target.h" to <target/target.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "types.h" to <helper/types.h> | Zachary T Welch | 2009-12-03 | 4 | -4/+4 |
* | change #include "jim.h" to <helper/jim.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "command.h" to <helper/command.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 1 | -0/+1 |
* | stubs: buildfix | David Brownell | 2009-12-02 | 1 | -0/+1 |
* | remove BUILD_IOUTIL symbol | Zachary T Welch | 2009-12-02 | 3 | -0/+59 |
* | command: the Jim interpreter can now be provided rather than created | Øyvind Harboe | 2009-12-01 | 2 | -9/+15 |
* | improve command prohibition error report | Zachary T Welch | 2009-11-30 | 1 | -2/+10 |
* | remove interp global variable! | Zachary T Welch | 2009-11-30 | 2 | -19/+21 |
* | command output capture: do not use interp global | Zachary T Welch | 2009-11-30 | 1 | -15/+34 |
* | do not extern 'interp' from command.c | Zachary T Welch | 2009-11-30 | 2 | -3/+2 |
* | make syntax errors respond with 'usage' | Zachary T Welch | 2009-11-30 | 2 | -4/+4 |
* | move improperly located documentation | Zachary T Welch | 2009-11-30 | 1 | -15/+17 |
* | improve command_done() API and docs | Zachary T Welch | 2009-11-30 | 2 | -6/+19 |
* | only display usable commands in help | Zachary T Welch | 2009-11-30 | 1 | -0/+3 |
* | remove redundant 'rm' command handler | Zachary T Welch | 2009-11-28 | 1 | -27/+0 |
* | add error checking in command_new | Zachary T Welch | 2009-11-28 | 1 | -20/+30 |
* | include mode information in help text. | Zachary T Welch | 2009-11-28 | 1 | -3/+27 |
* | refactor command mode detection | Zachary T Welch | 2009-11-28 | 1 | -2/+7 |
* | add command private data setter/accessor | Zachary T Welch | 2009-11-28 | 2 | -0/+31 |
* | add 'command mode' introspective handler | Zachary T Welch | 2009-11-28 | 1 | -0/+39 |
* | remove unknown handler | Zachary T Welch | 2009-11-28 | 2 | -36/+38 |
* | improve command handler wrapper script | Zachary T Welch | 2009-11-28 | 2 | -3/+26 |
* | add 'command type' introspective handler | Zachary T Welch | 2009-11-28 | 1 | -0/+43 |
* | fix regression causing duplicated output | Zachary T Welch | 2009-11-27 | 1 | -13/+28 |
* | support OPENOCD_DEBUG_LEVEL environment setting | Zachary T Welch | 2009-11-25 | 1 | -0/+13 |
* | log: improve initialization | Zachary T Welch | 2009-11-25 | 2 | -9/+7 |
* | add script_command_run helper | Zachary T Welch | 2009-11-25 | 1 | -26/+19 |
* | encapsulate and re-use log capture, retval setup | Zachary T Welch | 2009-11-25 | 1 | -49/+43 |