Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
d898dc02
Commit
d898dc02
authored
Jun 30, 2009
by
Friedemann Kleint
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
parents
47696edc
4b4901b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/gdb/gdbengine.cpp
+2
-1
No files found.
src/plugins/debugger/gdb/gdbengine.cpp
View file @
d898dc02
...
...
@@ -1539,7 +1539,8 @@ bool GdbEngine::startDebugger(const QSharedPointer<DebuggerStartParameters> &sp)
if
(
q
->
startMode
()
==
AttachExternal
||
q
->
startMode
()
==
AttachCrashedExternal
)
{
postCommand
(
_
(
"attach %1"
).
arg
(
sp
->
attachPID
),
CB
(
handleAttach
));
qq
->
breakHandler
()
->
removeAllBreakpoints
();
// Task 254674 does not want to remove them
//qq->breakHandler()->removeAllBreakpoints();
}
else
if
(
q
->
startMode
()
==
AttachCore
)
{
QFileInfo
fi
(
sp
->
executable
);
QString
fileName
=
_c
(
'"'
)
+
fi
.
absoluteFilePath
()
+
_c
(
'"'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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