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
097d1e4e
Commit
097d1e4e
authored
Oct 27, 2009
by
hjk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugger: call beginCycle also for new dumpers
parent
cb5a93ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/gdb/gdbengine.cpp
+3
-0
src/plugins/debugger/watchhandler.cpp
src/plugins/debugger/watchhandler.cpp
+0
-1
No files found.
src/plugins/debugger/gdb/gdbengine.cpp
View file @
097d1e4e
...
...
@@ -101,6 +101,7 @@ namespace Internal {
#else
# define PENDING_DEBUG(s)
#endif
#define PENDING_DEBUGX(s) qDebug() << s
#define CB(callback) &GdbEngine::callback, STRINGIFY(callback)
...
...
@@ -3379,6 +3380,8 @@ void GdbEngine::updateLocals(const QVariant &cookie)
{
m_pendingRequests
=
0
;
if
(
isSynchroneous
())
{
manager
()
->
watchHandler
()
->
beginCycle
();
m_toolTipExpression
.
clear
();
QStringList
expanded
=
m_manager
->
watchHandler
()
->
expandedINames
().
toList
();
postCommand
(
_
(
"bb %1 %2"
)
.
arg
(
int
(
theDebuggerBoolSetting
(
UseDebuggingHelpers
)))
...
...
src/plugins/debugger/watchhandler.cpp
View file @
097d1e4e
...
...
@@ -1095,7 +1095,6 @@ void WatchHandler::beginCycle()
void
WatchHandler
::
endCycle
()
{
//qDebug() << "END CYCLE";
m_locals
->
endCycle
();
m_watchers
->
endCycle
();
m_tooltips
->
endCycle
();
...
...
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