Clear the register context if our process is no longer alive.

llvm-svn: 180927
This commit is contained in:
Greg Clayton 2013-05-02 17:16:00 +00:00
parent c56781fffa
commit 4fea4f27e3
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ RegisterContextThreadMemory::UpdateRegisterContext ()
}
}
}
else
{
m_reg_ctx_sp.reset();
}
}
else
{