Home
last modified time | relevance | path

Searched refs:native_process_darwin_sp (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp140 std::shared_ptr<NativeProcessDarwin> native_process_darwin_sp( in Attach() local
143 if (!native_process_darwin_sp->RegisterNativeDelegate(native_delegate)) { in Attach()
149 native_process_darwin_sp->AttachToInferior(mainloop, pid, error); in Attach()
153 native_process_sp = native_process_darwin_sp; in Attach()