forked from qt-creator/qt-creator
Debugger: Remove verbose option of the debugger log.
Saves an asking for debugger log roundtrip when the information is just visible in the verbose log. Was just used inside the cdbengine. Change-Id: I9801d3ccd8f273c3b4afcf053b00e7af0953a63f Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -124,7 +124,6 @@ private slots:
|
||||
void processFinished();
|
||||
void runCommand(const DebuggerCommand &cmd) override;
|
||||
void operateByInstructionTriggered(bool);
|
||||
void verboseLogTriggered(bool);
|
||||
|
||||
void consoleStubError(const QString &);
|
||||
void consoleStubProcessStarted();
|
||||
@@ -184,7 +183,6 @@ private:
|
||||
inline bool isCdbProcessRunning() const { return m_process.state() != QProcess::NotRunning; }
|
||||
bool canInterruptInferior() const;
|
||||
void syncOperateByInstruction(bool operateByInstruction);
|
||||
void syncVerboseLog(bool verboseLog);
|
||||
void postWidgetAtCommand();
|
||||
void handleCustomSpecialStop(const QVariant &v);
|
||||
void postFetchMemory(const MemoryViewCookie &c);
|
||||
@@ -240,8 +238,6 @@ private:
|
||||
const QByteArray m_extensionCommandPrefixBA; //!< Library name used as prefix
|
||||
bool m_operateByInstructionPending; //!< Creator operate by instruction action changed.
|
||||
bool m_operateByInstruction;
|
||||
bool m_verboseLogPending; //!< Creator verbose log action changed.
|
||||
bool m_verboseLog;
|
||||
bool m_hasDebuggee;
|
||||
enum Wow64State {
|
||||
wow64Uninitialized,
|
||||
|
||||
Reference in New Issue
Block a user