debugger: implement qml->c++ cross-stepping

This commit is contained in:
hjk
2011-01-19 14:34:25 +01:00
parent 210382f27b
commit fd3d7de92c
7 changed files with 40 additions and 101 deletions

View File

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