Revision cc8c946...
Go back to digest for 2nd September 2012Features in Development Tools
David Narváez committed changes in [kdevelop/4.4] /gdb:
Add Thread and Frame Information on Execution
Moved the code that adds frame and thread information when not present
in the command already from the queueCmd method to the executeCmd
method and added some info at the debug strings to make clear that the
queued command will be modified upon execution. This is needed in order
to be able to queue commands whose information depend on previous
commands in the same queue.
REVIEW: 105210
File Changes
Modified 3 files
- /gdb
- debuggers/debugsession.cpp
- debuggers/unitteststest.cpp
- debuggers/unitteststest.h
3 files changed in total