forked from qt-creator/qt-creator
Debugger: Split out sub-breakpoint parsing
This is in anticipation of a change of behavior break in the GDB/MI protocol, see http://permalink.gmane.org/gmane.comp.gdb.patches/83936. Change-Id: I135c0a342da1fed13aaedfd9e27499d5ad892c5a Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -464,6 +464,7 @@ private: ////////// View & Data Stuff //////////
|
||||
void handleBreakLineNumber(const GdbResponse &response);
|
||||
void handleWatchInsert(const GdbResponse &response);
|
||||
void handleCatchInsert(const GdbResponse &response);
|
||||
void handleBkpt(const GdbMi &bkpt, const BreakpointModelId &id);
|
||||
void handleInfoLine(const GdbResponse &response);
|
||||
void extractDataFromInfoBreak(const QString &output, BreakpointModelId);
|
||||
void updateResponse(BreakpointResponse &response, const GdbMi &bkpt);
|
||||
|
||||
Reference in New Issue
Block a user