forked from OSchip/llvm-project
Clear the register context if our process is no longer alive.
llvm-svn: 180927
This commit is contained in:
parent
c56781fffa
commit
4fea4f27e3
|
|
@ -63,6 +63,10 @@ RegisterContextThreadMemory::UpdateRegisterContext ()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
m_reg_ctx_sp.reset();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue