forked from qt-creator/qt-creator
debugger: enable register view for core dumps
This commit is contained in:
@@ -2814,7 +2814,7 @@ void GdbEngine::activateSnapshot2()
|
||||
|
||||
void GdbEngine::reloadRegisters()
|
||||
{
|
||||
if (state() != InferiorStopped)
|
||||
if (state() != InferiorStopped && state() != InferiorUnrunnable)
|
||||
return;
|
||||
if (!m_registerNamesListed) {
|
||||
postCommand("-data-list-register-names", CB(handleRegisterListNames));
|
||||
|
||||
Reference in New Issue
Block a user