aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2010-01-09src/helper: usage/help updatesDavid Brownell
2010-01-09buildfix on MacOSMasaki Muranaka
2010-01-05don't require 'openocd.cfg' to startDavid Brownell
2010-01-02streamline and document helptext mode displaysDavid Brownell
2010-01-02Fix usage/help search for subcommands.Dean Glazeski
2010-01-02Add the current command to the command informationDean Glazeski
2009-12-26cygwin 1.7 build fixesDavid Brownell
2009-12-21help: list all commands that match stringOyvind Harboe
2009-12-16ecos: crisper implementation of timeval_ms()Øyvind Harboe
2009-12-15command: retire obsolete macroØyvind Harboe
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-05misc code review updatesDavid Brownell
2009-12-04switch 'rm' command away from using JimZachary T Welch
2009-12-03doxygen: remove some warningsDavid Brownell
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-12-02stubs: buildfixDavid Brownell
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe
2009-11-30improve command prohibition error reportZachary T Welch
2009-11-30remove interp global variable!Zachary T Welch
2009-11-30command output capture: do not use interp globalZachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30make syntax errors respond with 'usage'Zachary T Welch
2009-11-30move improperly located documentationZachary T Welch
2009-11-30improve command_done() API and docsZachary T Welch
2009-11-30only display usable commands in helpZachary T Welch
2009-11-28remove redundant 'rm' command handlerZachary T Welch
2009-11-28add error checking in command_newZachary T Welch
2009-11-28include mode information in help text.Zachary T Welch
2009-11-28refactor command mode detectionZachary T Welch
2009-11-28add command private data setter/accessorZachary T Welch
2009-11-28add 'command mode' introspective handlerZachary T Welch
2009-11-28remove unknown handlerZachary T Welch
2009-11-28improve command handler wrapper scriptZachary T Welch
2009-11-28add 'command type' introspective handlerZachary T Welch
2009-11-27fix regression causing duplicated outputZachary T Welch
2009-11-25support OPENOCD_DEBUG_LEVEL environment settingZachary T Welch
2009-11-25log: improve initializationZachary T Welch
2009-11-25add script_command_run helperZachary T Welch
2009-11-25encapsulate and re-use log capture, retval setupZachary T Welch
2009-11-25combine help and usage command handlersZachary T Welch
2009-11-24improve usage and help command outputZachary T Welch
2009-11-24allow scripts to update usage informationZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch