summaryrefslogtreecommitdiff
path: root/src/plugins/debugger
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2009-03-10 14:01:10 +0100
committerdt <qtc-committer@nokia.com>2009-03-10 14:01:10 +0100
commitdcb43b04ccf8563014865689105a379707b89d64 (patch)
treefb89f5dfdd883cd9c45042d091f8dfbd9afacfc0 /src/plugins/debugger
parent46d507eed38ef8263d82bc73b9c872ef54f3b5d0 (diff)
downloadqt-creator-dcb43b04ccf8563014865689105a379707b89d64.tar.gz
Revert "Fixes: debugger: disable automatic loading list of source files"
This reverts commit b99f3b61b4388391eb04c21da6558c5a15c1e532.
Diffstat (limited to 'src/plugins/debugger')
-rw-r--r--src/plugins/debugger/gdbengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/debugger/gdbengine.cpp b/src/plugins/debugger/gdbengine.cpp
index fbbd0ecf5d..26541acce9 100644
--- a/src/plugins/debugger/gdbengine.cpp
+++ b/src/plugins/debugger/gdbengine.cpp
@@ -1140,7 +1140,7 @@ void GdbEngine::handleAqcuiredInferior()
#if defined(Q_OS_MAC)
sendCommand("info pid", GdbInfoProc, QVariant(), NeedsStop);
#endif
- //reloadSourceFiles();
+ reloadSourceFiles();
tryLoadCustomDumpers();
#ifndef Q_OS_MAC
@@ -1297,7 +1297,7 @@ void GdbEngine::handleAsyncOutput(const GdbMi &data)
frame.findChild("func").data() + '%';
QApplication::alert(q->mainWindow(), 3000);
- //reloadSourceFiles();
+ reloadSourceFiles();
sendCommand("-break-list", BreakList);
QVariant var = QVariant::fromValue<GdbMi>(data);
sendCommand("p 0", GdbAsyncOutput2, var); // dummy