index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
Age
Commit message (
Expand
)
Author
2009-12-04
switch 'rm' command away from using Jim
Zachary T Welch
2009-12-03
doxygen: remove some warnings
David Brownell
2009-12-03
remove tertiary include paths
Zachary T Welch
2009-12-03
change #include "server.h" to <server/server.h>
Zachary T Welch
2009-12-03
change #include "target.h" to <target/target.h>
Zachary T Welch
2009-12-03
change #include "types.h" to <helper/types.h>
Zachary T Welch
2009-12-03
change #include "jim.h" to <helper/jim.h>
Zachary T Welch
2009-12-03
change #include "command.h" to <helper/command.h>
Zachary T Welch
2009-12-03
allow #include directives to use module name
Zachary T Welch
2009-12-02
stubs: buildfix
David Brownell
2009-12-02
remove BUILD_IOUTIL symbol
Zachary T Welch
2009-12-01
command: the Jim interpreter can now be provided rather than created
Øyvind Harboe
2009-11-30
improve command prohibition error report
Zachary T Welch
2009-11-30
remove interp global variable!
Zachary T Welch
2009-11-30
command output capture: do not use interp global
Zachary T Welch
2009-11-30
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
make syntax errors respond with 'usage'
Zachary T Welch
2009-11-30
move improperly located documentation
Zachary T Welch
2009-11-30
improve command_done() API and docs
Zachary T Welch
2009-11-30
only display usable commands in help
Zachary T Welch
2009-11-28
remove redundant 'rm' command handler
Zachary T Welch
2009-11-28
add error checking in command_new
Zachary T Welch
2009-11-28
include mode information in help text.
Zachary T Welch
2009-11-28
refactor command mode detection
Zachary T Welch
2009-11-28
add command private data setter/accessor
Zachary T Welch
2009-11-28
add 'command mode' introspective handler
Zachary T Welch
2009-11-28
remove unknown handler
Zachary T Welch
2009-11-28
improve command handler wrapper script
Zachary T Welch
2009-11-28
add 'command type' introspective handler
Zachary T Welch
2009-11-27
fix regression causing duplicated output
Zachary T Welch
2009-11-25
support OPENOCD_DEBUG_LEVEL environment setting
Zachary T Welch
2009-11-25
log: improve initialization
Zachary T Welch
2009-11-25
add script_command_run helper
Zachary T Welch
2009-11-25
encapsulate and re-use log capture, retval setup
Zachary T Welch
2009-11-25
combine help and usage command handlers
Zachary T Welch
2009-11-24
improve usage and help command output
Zachary T Welch
2009-11-24
allow scripts to update usage information
Zachary T Welch
2009-11-24
add jim_handler to command_registration
Zachary T Welch
2009-11-24
refactor command_new to use command_registration
Zachary T Welch
2009-11-24
log: use register_commands()
Zachary T Welch
2009-11-24
ioutil: use register_commands()
Zachary T Welch
2009-11-24
rewrite 'unknown' command dispatching in C
Zachary T Welch
2009-11-24
add public API for locating commands
Zachary T Welch
2009-11-24
refactor script_command context grabbing
Zachary T Welch
2009-11-24
add command registration chaining
Zachary T Welch
2009-11-24
more command registration refactoring
Zachary T Welch
2009-11-24
command: use register_commands for handlers
Zachary T Welch
2009-11-24
add command usage, separate from help
Zachary T Welch
2009-11-24
add register_commands for batch registration
Zachary T Welch
2009-11-24
add struct command_registration
Zachary T Welch
[next]