openocd/src
Zachary T Welch df22f0f9ca improve command handler wrapper script
Adds 'ocd_bouncer' in startup.tcl that is called as a helper for
all command handlers, shrinking the embedded C wrapper to a mere stub.

Jim handlers are called directly, simple handlers get called with the
wrapper to capture and discard their output on error, and placeholders
call help directly (though the unknown handler still does this too).
It attempts to improve the quality of the error messages as well.
2009-11-28 13:00:38 -08:00
..
flash fix 'nand info' command 2009-11-27 11:11:26 -08:00
helper improve command handler wrapper script 2009-11-28 13:00:38 -08:00
jtag zy1000: keep up with new command registration stuff 2009-11-27 20:41:06 +01:00
pld pld: use static registration instead of callback 2009-11-24 21:37:33 -08:00
server fix typos in source files 2009-11-26 10:11:26 -08:00
svf {,x}svf: use register_commands() 2009-11-24 21:37:33 -08:00
target ARM11: fix warning on amd64 2009-11-28 11:55:00 -08:00
xsvf {,x}svf: use register_commands() 2009-11-24 21:37:33 -08:00
ecosboard.c zy1000: keep up with changes to log_init() 2009-11-27 19:42:38 +01:00
hello.c improve command handling examples 2009-11-25 10:29:05 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
Makefile.am build: fix breakage in building bin2char 2009-11-22 13:35:13 +01:00
openocd.c log: improve initialization 2009-11-25 10:29:06 -08:00
openocd.h fix segfault at startup 2009-11-18 11:56:24 -08:00