Searched defs:GetStopDescription (Results 1 – 5 of 5) sorted by relevance
/llvm-project/lldb/include/lldb/Interpreter/Interfaces/ | ||
H A D | ScriptedThreadPlanInterface.h | 32 virtual llvm::Error GetStopDescription(lldb::StreamSP &stream) { in GetStopDescription() function |
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ | ||
H A D | ScriptedThreadPlanPythonInterface.cpp | 95 ScriptedThreadPlanPythonInterface::GetStopDescription(lldb::StreamSP &stream) { GetStopDescription() function in ScriptedThreadPlanPythonInterface |
/llvm-project/lldb/include/lldb/Target/ | ||
H A D | StackFrameRecognizer.h | 44 std::string GetStopDescription() { return m_stop_desc; } GetStopDescription() function |
/llvm-project/lldb/source/API/ | ||
H A D | SBThread.cpp | 324 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { GetStopDescription() function in SBThread |
/llvm-project/lldb/source/Target/ | ||
H A D | Thread.cpp | 570 std::string Thread::GetStopDescription() { GetStopDescription() function in Thread |