David Brownell <david-b@pacbell.net>:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 12 Jun 2009 22:06:02 +0000 (22:06 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Fri, 12 Jun 2009 22:06:02 +0000 (22:06 +0000)
commitcdd8f23b9b2ba4f78c4cb62b80321c20d4a29754
tree845a843e418e1f5d09091a1479c730388491636a
parent7b65cb367f41d1095526fdcc3a4521fa3609063d
David Brownell <david-b@pacbell.net>:

Currently the "debug_level 3" command tracing ignores commands
that could return values to TCL scripts (by plugging in to a
slightly lower level of the interpreter stack).

Fix that by abstracting the tracing command and starting to
make some of those previously-untraced commands use this new
mechanism.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2224 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/helper/command.c
src/helper/command.h
src/jtag/tcl.c