forked from OSchip/llvm-project
Disable breakpoint sites upon detach on FreeBSD
llvm.org/pr18894 llvm-svn: 201724
This commit is contained in:
parent
d2da810961
commit
dc97e23b02
|
@ -132,6 +132,8 @@ ProcessFreeBSD::DoDetach(bool keep_stopped)
|
|||
return error;
|
||||
}
|
||||
|
||||
DisableAllBreakpointSites();
|
||||
|
||||
error = m_monitor->Detach(GetID());
|
||||
|
||||
if (error.Success())
|
||||
|
|
Loading…
Reference in New Issue