debugger: remove injection loading.

Was used only on Windows, and we have ther python now.
This commit is contained in:
hjk
2010-01-20 17:35:21 +01:00
parent f64c5e342a
commit ffd48ebd4c
3 changed files with 9 additions and 66 deletions

View File

@@ -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;