Home
last modified time | relevance | path

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

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