forked from qt-creator/qt-creator
debugger: avoid a few watchmodel rebuilds, also reset location markers properly
This commit is contained in:
@@ -424,6 +424,7 @@ private: ////////// View & Data Stuff //////////
|
||||
void updateAllPython();
|
||||
void handleStackListFrames(const GdbResponse &response);
|
||||
void handleStackSelectThread(const GdbResponse &response);
|
||||
void handleStackSelectFrame(const GdbResponse &response);
|
||||
void handleStackListThreads(const GdbResponse &response);
|
||||
Q_SLOT void reloadStack(bool forceGotoLocation);
|
||||
Q_SLOT virtual void reloadFullStack();
|
||||
|
||||
Reference in New Issue
Block a user