Searched refs:GetStopDescription (Results 1 – 10 of 10) sorted by relevance
73 ) lldb::SBThread::GetStopDescription;
43 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
220 std::string GetStopDescription();
84 size_t GetStopDescription(char *dst_or_null, size_t dst_len);
324 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { in GetStopDescription() function in SBThread340 std::string thread_stop_desc = exe_ctx.GetThreadPtr()->GetStopDescription(); in GetStopDescription()
114 // Typemap for handling a snprintf-like API like SBThread::GetStopDescription.
563 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread575 recognized_frame_sp->GetStopDescription(); in GetStopDescription()
214 // typemap for handling an snprintf-like API like SBThread::GetStopDescription.
1332 std::string stop_description = thread->GetStopDescription(); in Format()
58670 result = (arg1)->GetStopDescription(arg2,arg3); in _wrap_SBThread_GetStopDescription()