diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-27 21:47:54 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-28 13:00:39 -0800 |
commit | 89fa493a3bc34d22eeca06fa4e78523ac3b766a8 (patch) | |
tree | 8b50a4b4e4e8e0fa23f6f63d53fbedcecb3da05b /tcl/interface/at91rm9200.cfg | |
parent | df22f0f9ca4ebf881adf8d20cb63e64139f18613 (diff) | |
download | openocd_libswd-89fa493a3bc34d22eeca06fa4e78523ac3b766a8.tar.gz openocd_libswd-89fa493a3bc34d22eeca06fa4e78523ac3b766a8.tar.bz2 openocd_libswd-89fa493a3bc34d22eeca06fa4e78523ac3b766a8.tar.xz openocd_libswd-89fa493a3bc34d22eeca06fa4e78523ac3b766a8.zip |
remove unknown handler
Updates command registration to provide top-level handlers for all
commands, rather than falling back onto the 'unknown' command. Instead,
that same handler is registered for placeholders, providing the same
functionality under the root verb command name instead. This permits
users to implement their own 'unknown' function, and it resolves some
mind-bending breakage related to function object lookup while recursing.
Changes 'ocd_bounce' to call 'ocd_command' and 'ocd_help' from the
wrapper directly, rather than bouncing through their wrappers. This
prevents endless recursion caused by the above changes, whereby the
'command' wrapper's type check would blow the stack to hell and gone.
Diffstat (limited to 'tcl/interface/at91rm9200.cfg')
0 files changed, 0 insertions, 0 deletions