Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h56 virtual lldb::StopInfoSP CreateThreadStopReason(Thread *thread) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp84 SetStopInfo(os->CreateThreadStopReason(this)); in CalculateStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h58 CreateThreadStopReason(lldb_private::Thread *thread) override;
H A DOperatingSystemPython.cpp350 OperatingSystemPython::CreateThreadStopReason(lldb_private::Thread *thread) { in CreateThreadStopReason() function in OperatingSystemPython