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
67bf3f23
Commit
67bf3f23
authored
Jan 28, 2010
by
hjk
Browse files
debugger: fix recent regression (infinite loop on stack-list-locals)
parent
d00fba8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/pythongdbengine.cpp
View file @
67bf3f23
...
...
@@ -48,12 +48,8 @@ namespace Internal {
void
GdbEngine
::
updateLocalsPython
(
const
QByteArray
&
varList
)
{
PRECONDITION
;
if
(
m_gdbAdapter
->
isTrkAdapter
())
{
postCommand
(
"-stack-list-locals 0"
,
WatchUpdate
,
CB
(
handleStackListLocalsPython
));
return
;
}
m_processedNames
.
clear
();
manager
()
->
watchHandler
()
->
beginCycle
();
//m_toolTipExpression.clear();
WatchHandler
*
handler
=
m_manager
->
watchHandler
();
...
...
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