Skip to content
GitLab
Menu
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
960f8dc0
Commit
960f8dc0
authored
Jan 04, 2010
by
hjk
Browse files
debugger: -break-list needs a stopped state to show new breakpoints in the gui
parent
39c46665
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
960f8dc0
...
...
@@ -1964,7 +1964,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
.
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