Home
last modified time | relevance | path

Searched defs:GetStopDescription (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedThreadPlanInterface.h32 virtual llvm::Error GetStopDescription(lldb::StreamSP &stream) { in GetStopDescription() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedThreadPlanPythonInterface.cpp95 ScriptedThreadPlanPythonInterface::GetStopDescription(lldb::StreamSP &stream) { GetStopDescription() function in ScriptedThreadPlanPythonInterface
/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h44 std::string GetStopDescription() { return m_stop_desc; } GetStopDescription() function
/llvm-project/lldb/source/API/
H A DSBThread.cpp324 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { GetStopDescription() function in SBThread
/llvm-project/lldb/source/Target/
H A DThread.cpp570 std::string Thread::GetStopDescription() { GetStopDescription() function in Thread