Home
last modified time | relevance | path

Searched refs:GetStopDescription (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i73 ) lldb::SBThread::GetStopDescription;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h43 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
H A DThread.h220 std::string GetStopDescription();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h84 size_t GetStopDescription(char *dst_or_null, size_t dst_len);
/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig114 // Typemap for handling a snprintf-like API like SBThread::GetStopDescription.
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp563 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread
575 recognized_frame_sp->GetStopDescription(); in GetStopDescription()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig214 // typemap for handling an snprintf-like API like SBThread::GetStopDescription.
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1332 std::string stop_description = thread->GetStopDescription(); in Format()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58670 result = (arg1)->GetStopDescription(arg2,arg3); in _wrap_SBThread_GetStopDescription()