forked from qt-creator/qt-creator
debugger: use 'maint print msymbols' to extract Qt's namespace
still racy
This commit is contained in:
@@ -519,9 +519,6 @@ private: ////////// View & Data Stuff //////////
|
||||
void setLocals(const QList<GdbMi> &locals);
|
||||
void handleStackListArgumentsClassic(const GdbResponse &response);
|
||||
|
||||
bool prepareForQmlBreak();
|
||||
void handleQmlBreakpoint(const GdbResponse &response);
|
||||
|
||||
QSet<QByteArray> m_processedNames;
|
||||
|
||||
//
|
||||
@@ -553,6 +550,16 @@ private: ////////// View & Data Stuff //////////
|
||||
bool m_stackNeeded;
|
||||
int m_currentThreadId;
|
||||
|
||||
//
|
||||
// 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);
|
||||
|
||||
|
||||
// HACK:
|
||||
StackFrame m_targetFrame;
|
||||
QByteArray m_currentThread;
|
||||
|
||||
Reference in New Issue
Block a user