forked from qt-creator/qt-creator
Display thread names
extract thread names from QThread object name Task-Number: QTCREATORBUG-382 Reviewed-by: hjk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user