forked from qt-creator/qt-creator
debugger: parse build-id-verbose output into tasks
Change-Id: I6bacc697c24185025f3342e43a29109bf75d8196 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -57,6 +57,8 @@ namespace Internal {
|
||||
|
||||
class AbstractGdbAdapter;
|
||||
class AbstractGdbProcess;
|
||||
class DebugInfoTask;
|
||||
class DebugInfoTaskHandler;
|
||||
class GdbResponse;
|
||||
class GdbMi;
|
||||
class GdbToolTipContext;
|
||||
@@ -731,6 +733,7 @@ private: ////////// View & Data Stuff //////////
|
||||
// HACK:
|
||||
QByteArray m_currentThread;
|
||||
QString m_lastWinException;
|
||||
QString m_lastMissingDebugInfo;
|
||||
BreakpointResponseId m_qFatalBreakpointResponseId;
|
||||
bool m_actingOnExpectedStop;
|
||||
|
||||
@@ -738,6 +741,11 @@ private: ////////// View & Data Stuff //////////
|
||||
|
||||
QHash<int, QByteArray> m_scheduledTestResponses;
|
||||
QSet<int> m_testCases;
|
||||
|
||||
// Debug information
|
||||
friend class DebugInfoTaskHandler;
|
||||
void requestDebugInformation(const DebugInfoTask &task);
|
||||
DebugInfoTaskHandler *m_debugInfoTaskHandler;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user