Searched refs:GetStopDescription (Results 1 – 9 of 9) sorted by relevance
131 stop reason.") GetStopDescription;133 GetStopDescription (char *dst_or_null, size_t dst_len);
42 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
223 std::string GetStopDescription();
80 size_t GetStopDescription(char *dst, size_t dst_len);
330 size_t SBThread::GetStopDescription(char *dst, size_t dst_len) { in GetStopDescription() function in SBThread331 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()
549 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread561 recognized_frame_sp->GetStopDescription(); in GetStopDescription()
127 // typemap for handling an snprintf-like API like SBThread::GetStopDescription.
1268 std::string stop_description = thread->GetStopDescription(); in Format()
53644 result = (arg1)->GetStopDescription(arg2,arg3); in _wrap_SBThread_GetStopDescription()