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
2883af4b
Commit
2883af4b
authored
Sep 30, 2010
by
hjk
Browse files
debugger: properly initialize m_hasInferiorThreadList
Reviewed-by: Friedemann Kleint
parent
2129b0bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
2883af4b
...
...
@@ -230,6 +230,7 @@ void GdbEngine::initializeVariables()
m_isMacGdb
=
false
;
m_hasPython
=
false
;
m_registerNamesListed
=
false
;
m_hasInferiorThreadList
=
false
;
m_fullToShortName
.
clear
();
m_shortToFullName
.
clear
();
...
...
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