This series systematically updates the command handlers signature:
int (*foo)(cmd_ctx, cmd, args, argc)
to
int (*foo)(cmd_ctx, args, argc)
It does this by unifying all definitions of the signature to a single
location in command.h, using a set of relatively simple macros.
It fills the chapter of the developer document how to write commands,
providing src/hello.c as a pedogogical example of idiomatic techniques.
Cheers,
Zach
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development