]> git.sur5r.net Git - openocd/commit
add more command_handler conversion macros
authorZachary T Welch <zw@superlucidity.net>
Sun, 15 Nov 2009 12:18:51 +0000 (04:18 -0800)
committerZachary T Welch <zw@superlucidity.net>
Tue, 17 Nov 2009 19:38:06 +0000 (11:38 -0800)
commit5b9899d6ea1e0cf763465c64c700f20eddd893f9
tree5f8c9861457841b7fba78e4615e1608ff4570f04
parentf4788652e45662d1e43933dc0620561bc4cddae0
add more command_handler conversion macros

Add additional macros to allow command handling to be migrated easily:
CMD_CTX, CMD_ARGC, and CMD_ARGV.  Updates CMD_NAME to use CMD_ARGV.

In addition to making the remaining patches of this series cleaner,
this introduces easily sed-able symbols that could allow us to retire
these once the command handler infrastructure matures (i.e. pre-1.0).
src/helper/command.h