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.h46 llvm::Error GetStopDescription(lldb::StreamSP &stream) override;
H A DScriptedThreadPlanPythonInterface.cpp98 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.h45 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
H A DThread.h227 std::string GetStopDescription();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DScriptedThreadPlan.cpp184 llvm::Error err = m_interface->GetStopDescription(stream); in GetDescription()
H A DThread.cpp579 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread
591 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.cpp332 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { in GetStopDescription() function in SBThread
348 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.cpp1510 std::string stop_description = thread->GetStopDescription(); in Format()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp62813 result = (arg1)->GetStopDescription(arg2,SWIG_STD_MOVE(arg3)); in _wrap_SBThread_GetStopDescription()