Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DOperatingSystem.h79 CreateThreadStopReason (Thread *thread) = 0;
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h77 CreateThreadStopReason (lldb_private::Thread *thread);
DOperatingSystemPython.cpp374 OperatingSystemPython::CreateThreadStopReason (lldb_private::Thread *thread) in CreateThreadStopReason() function in OperatingSystemPython
/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp124 SetStopInfo (os->CreateThreadStopReason (this)); in CalculateStopInfo()