Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
dcb43b04
Commit
dcb43b04
authored
Mar 10, 2009
by
dt
Browse files
Revert "Fixes: debugger: disable automatic loading list of source files"
This reverts commit
b99f3b61
.
parent
46d507ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
dcb43b04
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment