debugger: some start up state consolidation

This commit is contained in:
hjk
2011-01-14 18:16:40 +01:00
parent f245ee6fb5
commit cdee3dc6cd
3 changed files with 64 additions and 32 deletions

View File

@@ -345,6 +345,11 @@ protected:
bool isStateDebugging() const;
void setStateDebugging(bool on);
virtual void setupSlaveInferior();
virtual void setupSlaveEngine();
virtual void runSlaveEngine();
virtual void shutdownSlaveEngine();
private:
// Wrapper engine needs access to state of its subengines.
friend class Internal::QmlCppEngine;