forked from qt-creator/qt-creator
debugger: remove injection loading.
Was used only on Windows, and we have ther python now.
This commit is contained in:
@@ -264,6 +264,7 @@ private: ////////// Gdb Output, State & Capability Handling //////////
|
||||
void handleStop1(const GdbMi &data);
|
||||
StackFrame parseStackFrame(const GdbMi &mi, int level);
|
||||
|
||||
bool isSynchroneous() const { return hasPython(); }
|
||||
virtual bool hasPython() const;
|
||||
bool supportsThreads() const;
|
||||
|
||||
@@ -481,7 +482,6 @@ private: ////////// Dumper Management //////////
|
||||
Q_SLOT void setDebugDebuggingHelpersClassic(const QVariant &on);
|
||||
Q_SLOT void setUseDebuggingHelpers(const QVariant &on);
|
||||
|
||||
const bool m_dumperInjectionLoad;
|
||||
DebuggingHelperState m_debuggingHelperState;
|
||||
QtDumperHelper m_dumperHelper;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user