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