Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStopInfo.h135 static lldb::StopInfoSP CreateStopReasonFork(Thread &thread,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStopInfo.cpp1406 StopInfoSP StopInfo::CreateStopReasonFork(Thread &thread, in CreateStopReasonFork() function in StopInfo
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1798 StopInfo::CreateStopReasonFork(*thread_sp, child_pid, child_tid)); in SetThreadStopInfo()