Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i131 stop reason.") GetStopDescription;
133 GetStopDescription (char *dst_or_null, size_t dst_len);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameRecognizer.h42 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
H A DThread.h223 std::string GetStopDescription();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h80 size_t GetStopDescription(char *dst, size_t dst_len);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp330 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { in GetStopDescription() function in SBThread
331 LLDB_RECORD_CHAR_PTR_METHOD(size_t, SBThread, GetStopDescription, in GetStopDescription()
347 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription()
1468 LLDB_REGISTER_CHAR_PTR_METHOD(size_t, SBThread, GetStopDescription); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp549 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread
561 recognized_frame_sp->GetStopDescription(); in GetStopDescription()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig127 // typemap for handling an snprintf-like API like SBThread::GetStopDescription.
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1268 std::string stop_description = thread->GetStopDescription(); in Format()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53644 result = (arg1)->GetStopDescription(arg2,arg3); in _wrap_SBThread_GetStopDescription()