debugger: polish breakpoint locations

Task-number: QTCREATORBUG-3912
This commit is contained in:
hjk
2011-03-02 13:37:29 +01:00
parent a2bb4ac211
commit e7121d50d7
4 changed files with 45 additions and 11 deletions

View File

@@ -359,6 +359,7 @@ private: ////////// View & Data Stuff //////////
//
void handleBreakList(const GdbResponse &response);
void handleBreakList(const GdbMi &table);
void handleBreakListMultiple(const GdbResponse &response);
void handleBreakIgnore(const GdbResponse &response);
void handleBreakDisable(const GdbResponse &response);
void handleBreakEnable(const GdbResponse &response);