Searched refs:stop_info (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h32 virtual bool GetStopReason(ThreadStopInfo &stop_info,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h36 bool GetStopReason(ThreadStopInfo &stop_info,
H A DNativeThreadNetBSD.cpp204 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, argument
216 stop_info = m_stop_info;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp79 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); local
80 return (stop_info->GetStopReason() == eStopReasonTrace);
H A DThread.cpp698 StopInfo *stop_info = GetPrivateStopInfo().get(); local
699 if (stop_info)
700 stop_info->WillResume(resume_state);
1780 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); local
1781 if (stop_info) {
1782 stop_info->Dump(strm);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp392 if (StopInfoSP stop_info =
395 return stop_info;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp333 lldb::StopInfoSP stop_info; local
348 stop_info = StopInfo::CreateStopReasonWithSignal(
351 stop_info = StopInfoMachException::CreateStopReasonWithMachException(
364 stop_info = StopInfo::CreateStopReasonWithException(
368 stop_thread->SetStopInfo(stop_info);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp278 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo();
279 StructuredData::ObjectSP info = stop_info->GetExtendedInfo();
304 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); local
305 StructuredData::ObjectSP info = stop_info->GetExtendedInfo();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2207 StopInfoSP stop_info = thread_sp->GetStopInfo(); local
2208 if (!stop_info)
2211 const StopReason reason = stop_info->GetStopReason();
2216 const auto stop_signal = static_cast<int32_t>(stop_info->GetValue());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1565 StringExtractorGDBRemote &stop_info = m_stop_packet_stack[i];
1567 std::string(stop_info.GetStringRef());
2364 StringExtractorGDBRemote stop_info = m_stop_packet_stack[i];
2366 SetThreadStopInfo(stop_info);
3642 StringExtractorGDBRemote stop_info(pkt.c_str() + 5);
3645 SetLastStopPacket(stop_info);

Completed in 133 milliseconds