Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DStopInfo.h133 CreateStopReasonProcessorTrace(Thread &thread, const char *description);
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp1306 StopInfoSP StopInfo::CreateStopReasonProcessorTrace(Thread &thread, in CreateStopReasonProcessorTrace() function in StopInfo
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1829 thread_sp->SetStopInfo(StopInfo::CreateStopReasonProcessorTrace( in SetThreadStopInfo()