Home
last modified time | relevance | path

Searched refs:GetStopDescription (Results 1 – 14 of 14) 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.h43 llvm::Error GetStopDescription(lldb::StreamSP &stream) override;
H A DScriptedThreadPlanPythonInterface.cpp95 ScriptedThreadPlanPythonInterface::GetStopDescription(lldb::StreamSP &stream) { in GetStopDescription() function in ScriptedThreadPlanPythonInterface
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i73 ) lldb::SBThread::GetStopDescription;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h44 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
H A DThread.h222 std::string GetStopDescription();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp186 llvm::Error err = m_interface->GetStopDescription(stream); in GetDescription()
H A DThread.cpp570 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread
582 recognized_frame_sp->GetStopDescription(); in GetStopDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h84 size_t GetStopDescription(char *dst_or_null, size_t dst_len);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp324 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { in GetStopDescription() function in SBThread
340 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription()
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig114 // Typemap for handling a snprintf-like API like SBThread::GetStopDescription.
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig214 // typemap for handling an snprintf-like API like SBThread::GetStopDescription.
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1374 std::string stop_description = thread->GetStopDescription(); in Format()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp61583 result = (arg1)->GetStopDescription(arg2,arg3); in _wrap_SBThread_GetStopDescription()