debugger: enable register view for core dumps

This commit is contained in:
hjk
2010-02-11 10:52:06 +01:00
parent 25f0bd7cb7
commit 904fc6c36d
2 changed files with 6 additions and 3 deletions

View File

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