forked from OSchip/llvm-project
[lldb] [Process/FreeBSDRemote] Fix "Fix attaching via lldb-server"
One of the changes seems to have been lost in rebase. Reapply.
This commit is contained in:
parent
6c337945c8
commit
fbc0d41bb0
|
@ -125,10 +125,6 @@ NativeProcessFreeBSD::Factory::Attach(
|
||||||
if (!status.Success())
|
if (!status.Success())
|
||||||
return status.ToError();
|
return status.ToError();
|
||||||
|
|
||||||
status = process_up->SetupTrace();
|
|
||||||
if (status.Fail())
|
|
||||||
return status.ToError();
|
|
||||||
|
|
||||||
return std::move(process_up);
|
return std::move(process_up);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue