forked from qt-creator/qt-creator
debugger: fix manual changing of breakpoint line numbers
Task-number: QTCREATORBUG-6178 Change-Id: I3e0a3cae0ee5df02ad8ceee7222bc667e61774c8 Reviewed-by: Robert Löhning <robert.loehning@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -504,6 +504,7 @@ private: ////////// View & Data Stuff //////////
|
||||
void handleTraceInsert2(const GdbResponse &response);
|
||||
void handleBreakCondition(const GdbResponse &response);
|
||||
void handleBreakThreadSpec(const GdbResponse &response);
|
||||
void handleBreakLineNumber(const GdbResponse &response);
|
||||
void handleWatchInsert(const GdbResponse &response);
|
||||
void handleCatchInsert(const GdbResponse &response);
|
||||
void handleInfoLine(const GdbResponse &response);
|
||||
|
||||
Reference in New Issue
Block a user