Home
last modified time | relevance | path

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

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