forked from qt-creator/qt-creator
debugger: implement qml->c++ cross-stepping
This commit is contained in:
@@ -553,12 +553,10 @@ private: ////////// View & Data Stuff //////////
|
||||
//
|
||||
// Qml
|
||||
//
|
||||
void addQmlBreakpointNumber(int type /* 1-8 */, int nr);
|
||||
QHash<int, int> m_qmlBreakpointNumbers;
|
||||
bool m_preparedForQmlBreak;
|
||||
bool prepareForQmlBreak(bool on);
|
||||
void handleQmlBreakpoint(const GdbResponse &response);
|
||||
|
||||
bool setupQmlStep(bool on);
|
||||
void handleSetQmlStepBreakpoint(const GdbResponse &response);
|
||||
|
||||
// HACK:
|
||||
StackFrame m_targetFrame;
|
||||
|
||||
Reference in New Issue
Block a user