debugger: properly initialize m_hasInferiorThreadList

Reviewed-by: Friedemann Kleint
This commit is contained in:
hjk
2010-09-30 09:51:56 +02:00
parent 2129b0bcd0
commit 2883af4bb2

View File

@@ -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();