aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2010-02-04CMD: duplicate cmd error msgSpencer Oliver
2010-01-29Clang buildfixesAlex Austin
2010-01-28ARM semihosting: win32 and cygwin fixesSpencer Oliver
2010-01-28ARM semihosting: fix writing to stdoutSpencer Oliver
2010-01-21ecos: add missing PRId8 definitionØyvind Harboe
2010-01-19update win32 script search pathAndreas Fritiofson
2010-01-13debug: make logging of commands terserØyvind Harboe
2010-01-11commands: make error messages a bit more terseØyvind Harboe
2010-01-10FreeBSD build fixesDavid Brownell
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