diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-27 16:30:28 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-28 13:00:39 -0800 |
commit | 933b4579f06d25e349e6648ec4aff114e634164d (patch) | |
tree | 95bf31e87606d3790294cc2b22d5816d44c0e9a3 /testing/examples/ledtest-imx27ads/gdbinit-imx27ads | |
parent | 3b5751a4d4aa4eb980aee6931b7d100a6d37224a (diff) | |
download | openocd_libswd-933b4579f06d25e349e6648ec4aff114e634164d.tar.gz openocd_libswd-933b4579f06d25e349e6648ec4aff114e634164d.tar.bz2 openocd_libswd-933b4579f06d25e349e6648ec4aff114e634164d.tar.xz openocd_libswd-933b4579f06d25e349e6648ec4aff114e634164d.zip |
add command private data setter/accessor
Presently, commands registration taks a static handler data pointer.
This patch adds support for commands that require a dynamic pointer,
such as those registered in a dynamic context (e.g. subcommands for a
user-created 'foo.cpu' command). The command_set_handler_data will
update a command (group) to use a new context pointer, while the
CMD_DATA macro allows command handlers to access the value.
Jim handlers should find this value in interp->cmdPrivData.
Diffstat (limited to 'testing/examples/ledtest-imx27ads/gdbinit-imx27ads')
0 files changed, 0 insertions, 0 deletions