forked from qt-creator/qt-creator
Debugger: Remove traces of outdated attempt at combined stepping
Has not been usable for a while and will be superseded by "native" mixed stepping. Change-Id: I2902a98b7ad4e4b29e389e54fb6488bf711840dd Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -472,17 +472,6 @@ protected:
|
||||
// For short-circuiting stack and thread list evaluation.
|
||||
bool m_stackNeeded;
|
||||
|
||||
//
|
||||
// Qml
|
||||
//
|
||||
BreakpointResponseId m_qmlBreakpointResponseId1;
|
||||
BreakpointResponseId m_qmlBreakpointResponseId2;
|
||||
bool m_preparedForQmlBreak;
|
||||
bool setupQmlStep(bool on);
|
||||
void handleSetQmlStepBreakpoint(const GdbResponse &response);
|
||||
bool isQmlStepBreakpoint(const BreakpointResponseId &id) const;
|
||||
bool isQmlStepBreakpoint1(const BreakpointResponseId &id) const;
|
||||
bool isQmlStepBreakpoint2(const BreakpointResponseId &id) const;
|
||||
bool isQFatalBreakpoint(const BreakpointResponseId &id) const;
|
||||
bool isHiddenBreakpoint(const BreakpointResponseId &id) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user