Home
last modified time | relevance | path

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

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