forked from qt-creator/qt-creator
debugger: gather more information on threads when easily available
This commit is contained in:
@@ -197,7 +197,7 @@ void GdbEngine::updateAllPython()
|
||||
if (m_gdbAdapter->isTrkAdapter())
|
||||
m_gdbAdapter->trkReloadThreads();
|
||||
else
|
||||
postCommand("-thread-list-ids", CB(handleStackListThreads), 0);
|
||||
postCommand("-thread-list-ids", CB(handleThreadListIds), 0);
|
||||
manager()->reloadRegisters();
|
||||
updateLocals();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user