forked from qt-creator/qt-creator
Debugger: Move core file unpacking into RunWorker of its own
Change-Id: I99b7e6fc8eb9054a4135f693581575c3b8b541df Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -445,19 +445,10 @@ private: ////////// General Interface //////////
|
||||
// Core
|
||||
void handleTargetCore(const DebuggerResponse &response);
|
||||
void handleCoreRoundTrip(const DebuggerResponse &response);
|
||||
void unpackCoreIfNeeded();
|
||||
QString coreFileName() const;
|
||||
QString coreName() const;
|
||||
|
||||
void continueSetupEngine();
|
||||
QString mainFunction() const;
|
||||
|
||||
QString m_executable;
|
||||
QString m_coreName;
|
||||
QString m_tempCoreName;
|
||||
QProcess *m_coreUnpackProcess = nullptr;
|
||||
QFile m_tempCoreFile;
|
||||
|
||||
Utils::QtcProcess m_gdbProc;
|
||||
OutputCollector m_outputCollector;
|
||||
QString m_errorString;
|
||||
|
||||
Reference in New Issue
Block a user