openocd/src
Zachary T Welch 60ba4641d6 add command registration chaining
Adds the ability to chain registration structures.  Modules can define a
command with the 'chain' and 'num_chain' fields defined in their
registration table, and the register_commands() function will initialize
these commands.  If the registration record creates a new command, then
the chained commands are created under it; otherwise, they are created
in the same context as the other commands (i.e. the parent argument).
2009-11-24 21:37:30 -08:00
..
flash use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
helper add command registration chaining 2009-11-24 21:37:30 -08:00
jtag use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
pld use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
server use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
svf use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
target use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
xsvf use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
ecosboard.c use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
hello.c use COMMAND_REGISTER macro 2009-11-24 21:37:29 -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 use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
openocd.h fix segfault at startup 2009-11-18 11:56:24 -08:00