integrate handleStop2 into handleStop1

there seems to be no reason for delaying the display because
of -break-list
This commit is contained in:
Oswald Buddenhagen
2009-10-27 15:31:22 +01:00
parent 76b2f9f28e
commit eee5e4b18b
2 changed files with 4 additions and 14 deletions

View File

@@ -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;