Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h69 virtual lldb::StopInfoSP CreateThreadStopReason(Thread *thread) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h66 CreateThreadStopReason(lldb_private::Thread *thread) override;
H A DOperatingSystemPython.cpp366 OperatingSystemPython::CreateThreadStopReason(lldb_private::Thread *thread) { in CreateThreadStopReason() function in OperatingSystemPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp87 SetStopInfo(os->CreateThreadStopReason(this)); in CalculateStopInfo()