On Wed, 2009-11-18 at 08:27 -0800, Zachary T Welch wrote: > Hi all, > > This series attempts to improve the handling of command arguments > that use on/off or enable/disable options. This is accomplished by > macros that work similarly to the COMMAND_PARSE_NUMBER, causing the > caller to return (and eliminating redundant error handling code). > The final patch generalizes the arm11 helper of this same nature, > to allow creating new commands that get and set boolean settings. > > The last two patches are some minor cleanup and fixes that came out > of the above work.
Pushed, with the improvements suggested elsewhere in this thread. In addition, I updated the src/hello.c with a couple of examples to demonstrate the command handling and parsing code in more ways. Cheers, Zach _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
