aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2010-02-15gpl: fix GPL startup messageØyvind Harboe1-1/+1
2010-02-04CMD: duplicate cmd error msgSpencer Oliver1-1/+4
2010-01-29Clang buildfixesAlex Austin2-1/+11
2010-01-28ARM semihosting: win32 and cygwin fixesSpencer Oliver1-0/+6
2010-01-28ARM semihosting: fix writing to stdoutSpencer Oliver1-0/+2
2010-01-21ecos: add missing PRId8 definitionØyvind Harboe1-0/+1
2010-01-19update win32 script search pathAndreas Fritiofson1-5/+5
2010-01-13debug: make logging of commands terserØyvind Harboe1-2/+11
2010-01-11commands: make error messages a bit more terseØyvind Harboe1-1/+1
2010-01-10FreeBSD build fixesDavid Brownell1-0/+3
2010-01-09src/helper: usage/help updatesDavid Brownell3-57/+81
2010-01-09buildfix on MacOSMasaki Muranaka1-2/+2
2010-01-05don't require 'openocd.cfg' to startDavid Brownell1-2/+4
2010-01-02streamline and document helptext mode displaysDavid Brownell1-10/+22
2010-01-02Fix usage/help search for subcommands.Dean Glazeski1-7/+34
2010-01-02Add the current command to the command informationDean Glazeski1-0/+1
2009-12-26cygwin 1.7 build fixesDavid Brownell1-3/+3
2009-12-21help: list all commands that match stringOyvind Harboe1-21/+35
2009-12-16ecos: crisper implementation of timeval_ms()Øyvind Harboe4-13/+87
2009-12-15command: retire obsolete macroØyvind Harboe1-11/+0
2009-12-08build: add build/src to include pathØyvind Harboe1-0/+1
2009-12-05misc code review updatesDavid Brownell1-4/+3
2009-12-04switch 'rm' command away from using JimZachary T Welch1-18/+11
2009-12-03doxygen: remove some warningsDavid Brownell1-1/+1
2009-12-03remove tertiary include pathsZachary T Welch1-2/+0
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch2-2/+2
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch4-4/+4
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch2-2/+2
2009-12-03allow #include directives to use module nameZachary T Welch1-0/+1
2009-12-02stubs: buildfixDavid Brownell1-0/+1
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch3-0/+59
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe2-9/+15
2009-11-30improve command prohibition error reportZachary T Welch1-2/+10
2009-11-30remove interp global variable!Zachary T Welch2-19/+21
2009-11-30command output capture: do not use interp globalZachary T Welch1-15/+34
2009-11-30do not extern 'interp' from command.cZachary T Welch2-3/+2
2009-11-30make syntax errors respond with 'usage'Zachary T Welch2-4/+4
2009-11-30move improperly located documentationZachary T Welch1-15/+17
2009-11-30improve command_done() API and docsZachary T Welch2-6/+19
2009-11-30only display usable commands in helpZachary T Welch1-0/+3
2009-11-28remove redundant 'rm' command handlerZachary T Welch1-27/+0
2009-11-28add error checking in command_newZachary T Welch1-20/+30
2009-11-28include mode information in help text.Zachary T Welch1-3/+27
2009-11-28refactor command mode detectionZachary T Welch1-2/+7
2009-11-28add command private data setter/accessorZachary T Welch2-0/+31
2009-11-28add 'command mode' introspective handlerZachary T Welch1-0/+39
2009-11-28remove unknown handlerZachary T Welch2-36/+38
2009-11-28improve command handler wrapper scriptZachary T Welch2-3/+26