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
Tobias Hunger
qt-creator
Commits
c2d11363
Commit
c2d11363
authored
Dec 14, 2010
by
Friedemann Kleint
Browse files
Debugger[New CDB]: Regression: Show threads.
parent
0c43604e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/cdb2/cdbengine2.cpp
View file @
c2d11363
...
...
@@ -1314,7 +1314,7 @@ void CdbEngine::handleSessionIdle(const QByteArray &message)
notifyInferiorSpontaneousStop
();
}
// Start sequence to get all relevant data. Hack: Avoid module reload?
unsigned
sequence
=
CommandListStack
;
unsigned
sequence
=
CommandListStack
|
CommandListThreads
;
if
(
debuggerCore
()
->
isDockVisible
(
QLatin1String
(
Constants
::
DOCKWIDGET_REGISTER
)))
sequence
|=
CommandListRegisters
;
if
(
debuggerCore
()
->
isDockVisible
(
QLatin1String
(
Constants
::
DOCKWIDGET_MODULES
)))
...
...
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