debugger: add module and target id information to thread display

This commit is contained in:
hjk
2011-04-18 15:07:58 +02:00
parent 8b0e0cd448
commit 25ecf5b9c5
2 changed files with 10 additions and 4 deletions

View File

@@ -83,6 +83,7 @@ struct ThreadData
qint32 frameLevel;
quint64 address;
QString function;
QString module;
QString fileName;
QString state;
qint32 lineNumber;