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
Marco Bubke
flatpak-qt-creator
Commits
232db420
Commit
232db420
authored
Jan 13, 2010
by
con
Browse files
Fixes: Not able to set breakpoints in running application.
Regression introduced by the gdb startup speedup. Reviewed-by: hjk
parent
55b4e6d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
232db420
...
...
@@ -1948,7 +1948,7 @@ void GdbEngine::sendInsertBreakpoint(int index)
void
GdbEngine
::
reloadBreakListInternal
()
{
m_breakListUpdating
=
true
;
postCommand
(
_
(
"-break-list"
),
CB
(
handleBreakList
));
postCommand
(
_
(
"-break-list"
),
NeedsStop
,
CB
(
handleBreakList
));
}
void
GdbEngine
::
handleBreakList
(
const
GdbResponse
&
response
)
...
...
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