aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerengine.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2012-11-07 18:31:17 +0100
committerhjk <[email protected]>2012-11-09 11:44:22 +0100
commit6841976aa81cbbf21af7a4c15dd3823d39d5016b (patch)
tree3f9b67d846b3dc09b4ee945db4b693a246367d72 /src/plugins/debugger/debuggerengine.cpp
parent6c6400b7b8137340a27c4fc92e3a15dfc27e1f2c (diff)
debugger: give access to the section names in a shared object
Via context menu in the modules view, gdb-only for now. Change-Id: I1163540cd9894c52243bb1bf0c2afc881e793863 Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerengine.cpp')
-rw-r--r--src/plugins/debugger/debuggerengine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerengine.cpp b/src/plugins/debugger/debuggerengine.cpp
index e467a906635..33b3c52197d 100644
--- a/src/plugins/debugger/debuggerengine.cpp
+++ b/src/plugins/debugger/debuggerengine.cpp
@@ -1451,6 +1451,10 @@ void DebuggerEngine::requestModuleSymbols(const QString &)
{
}
+void DebuggerEngine::requestModuleSections(const QString &)
+{
+}
+
void DebuggerEngine::reloadRegisters()
{
}