forked from qt-creator/qt-creator
integrate handleStop2 into handleStop1
there seems to be no reason for delaying the display because of -break-list
This commit is contained in:
@@ -252,8 +252,6 @@ private: ////////// Gdb Output, State & Capability Handling //////////
|
||||
void handleResultRecord(GdbResponse *response);
|
||||
void handleStop1(const GdbResponse &response);
|
||||
void handleStop1(const GdbMi &data);
|
||||
void handleStop2(const GdbResponse &response);
|
||||
void handleStop2(const GdbMi &data);
|
||||
StackFrame parseStackFrame(const GdbMi &mi, int level);
|
||||
|
||||
virtual bool isSynchroneous() const;
|
||||
|
||||
Reference in New Issue
Block a user