Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h139 static lldb::StopInfoSP CreateStopReasonVFork(Thread &thread,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1413 StopInfoSP StopInfo::CreateStopReasonVFork(Thread &thread, in CreateStopReasonVFork() function in StopInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1805 thread_sp->SetStopInfo(StopInfo::CreateStopReasonVFork( in SetThreadStopInfo()