Display thread names

extract thread names from QThread object name

Task-Number: QTCREATORBUG-382
Reviewed-by: hjk
This commit is contained in:
Arvid Ephraim Picciani
2010-09-13 12:37:30 +02:00
parent f7b19f8114
commit 98736d256b
7 changed files with 86 additions and 2 deletions

View File

@@ -435,6 +435,7 @@ private: ////////// View & Data Stuff //////////
void handleStackSelectFrame(const GdbResponse &response);
void handleThreadListIds(const GdbResponse &response);
void handleThreadInfo(const GdbResponse &response);
void handleThreadNames(const GdbResponse &response);
Q_SLOT void reloadStack(bool forceGotoLocation);
Q_SLOT virtual void reloadFullStack();
int currentFrame() const;