do not post source & module list query commands too early

if the respective view is enabled, the manager will request the
initial update in some unholy state, probably AdapterStarting -
when gdb isn't up yet.
This commit is contained in:
Oswald Buddenhagen
2009-10-28 22:08:58 +01:00
parent 658f439398
commit 7713fc514b
2 changed files with 22 additions and 7 deletions

View File

@@ -322,6 +322,7 @@ private: ////////// View & Data Stuff //////////
virtual void loadAllSymbols();
virtual QList<Symbol> moduleSymbols(const QString &moduleName);
virtual void reloadModules();
void reloadModulesInternal();
void handleModulesList(const GdbResponse &response);
bool m_modulesListOutdated;
@@ -350,6 +351,7 @@ private: ////////// View & Data Stuff //////////
// Source file specific stuff
//
virtual void reloadSourceFiles();
void reloadSourceFilesInternal();
void handleQuerySources(const GdbResponse &response);
QString fullName(const QString &fileName);