Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStopInfo.h153 CreateStopReasonWithInterrupt(Thread &thread, int signo,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1503 StopInfoSP StopInfo::CreateStopReasonWithInterrupt(Thread &thread, int signo, in CreateStopReasonWithInterrupt() function in StopInfo
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2036 thread_sp->SetStopInfo(StopInfo::CreateStopReasonWithInterrupt( in HandleThreadAsyncInterrupt()