Searched refs:GetStopDescription (Results 1 – 12 of 12) sorted by relevance
131 stop reason.") GetStopDescription;133 GetStopDescription (char *dst_or_null, size_t dst_len);
43 std::string GetStopDescription() { return m_stop_desc; } in GetStopDescription() function
222 std::string GetStopDescription();
80 size_t GetStopDescription(char *dst, size_t dst_len);
792 ) == lldb.eStopReasonException and "EXC_BAD_ACCESS" in thread.GetStopDescription(100)797 return "Exception 0xc0000005" in thread.GetStopDescription(200)799 return "invalid address" in thread.GetStopDescription(100)
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.
559 std::string Thread::GetStopDescription() { in GetStopDescription() function in Thread571 recognized_frame_sp->GetStopDescription(); in GetStopDescription()
128 // typemap for handling an snprintf-like API like SBThread::GetStopDescription.
938 if (thread.GetStopDescription(description, sizeof(description))) { in CreateThreadStopped()
918 if (thread.GetStopDescription(description, sizeof(description))) { in request_exceptionInfo()
1326 std::string stop_description = thread->GetStopDescription(); in Format()