forked from qt-creator/qt-creator
debugger: more modulehandler polishing
Change-Id: I2382a597783512b566118cccf772ff530cdf9026 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -63,6 +63,7 @@ class DebugInfoTaskHandler;
|
||||
class GdbResponse;
|
||||
class GdbMi;
|
||||
class GdbToolTipContext;
|
||||
class Module;
|
||||
|
||||
class WatchData;
|
||||
class DisassemblerAgentCookie;
|
||||
@@ -513,12 +514,11 @@ private: ////////// View & Data Stuff //////////
|
||||
void requestModuleSymbols(const QString &moduleName);
|
||||
void reloadModules();
|
||||
void examineModules();
|
||||
void examineModule(Module *module);
|
||||
void reloadModulesInternal();
|
||||
void handleModulesList(const GdbResponse &response);
|
||||
void handleShowModuleSymbols(const GdbResponse &response);
|
||||
|
||||
bool m_modulesListOutdated;
|
||||
|
||||
//
|
||||
// Snapshot specific stuff
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user