Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp101 std::unique_ptr<NativeProcessNetBSD> process_up(new NativeProcessNetBSD( in Launch() local
105 status = process_up->ReinitializeThreads(); in Launch()
109 for (const auto &thread : process_up->m_threads) in Launch()
111 process_up->SetState(StateType::eStateStopped, false); in Launch()
113 return std::move(process_up); in Launch()
130 std::unique_ptr<NativeProcessNetBSD> process_up(new NativeProcessNetBSD( in Attach() local
133 Status status = process_up->Attach(); in Attach()
137 return std::move(process_up); in Attach()