debugger: avoid a few watchmodel rebuilds, also reset location markers properly

This commit is contained in:
hjk
2010-03-10 17:39:08 +01:00
parent 5e7c972a3e
commit 3066162eb4
4 changed files with 25 additions and 24 deletions

View File

@@ -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();