debugger: less magic state transitions in the break handler

This commit is contained in:
hjk
2010-11-30 12:47:53 +01:00
parent 3fbc0bd31d
commit 2b80651d7b
5 changed files with 117 additions and 88 deletions

View File

@@ -355,6 +355,7 @@ private: ////////// View & Data Stuff //////////
void handleBreakInsert2(const GdbResponse &response);
void handleBreakCondition(const GdbResponse &response);
void handleBreakInfo(const GdbResponse &response);
void handleBreakThreadSpec(const GdbResponse &response);
void handleWatchInsert(const GdbResponse &response);
void handleInfoLine(const GdbResponse &response);
void extractDataFromInfoBreak(const QString &output, BreakpointId);