forked from qt-creator/qt-creator
Debugger: Use Utils::CommandLine handling in CDB
Change-Id: I124f7eeee5eb5028fb3316f69144fdcdfe63bc4d Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -202,7 +202,7 @@ private:
|
||||
const QString m_tokenPrefix;
|
||||
void handleSetupFailure(const QString &errorMessage);
|
||||
|
||||
QProcess m_process;
|
||||
Utils::QtcProcess m_process;
|
||||
DebuggerStartMode m_effectiveStartMode = NoStartMode;
|
||||
QByteArray m_outputBuffer;
|
||||
//! Debugger accessible (expecting commands)
|
||||
|
||||
Reference in New Issue
Block a user