Home
last modified time | relevance | path

Searched defs:stop_info (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp80 return (stop_info->GetStopReason() == eStopReasonTrace); in TracerExplainsStop() local
H A DThread.cpp685 StopInfo *stop_info = GetPrivateStopInfo().get(); in ShouldResume() local
1808 StructuredData::ObjectSP stop_info = m_stop_info_sp->GetExtendedInfo(); in GetDescription() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp228 bool NativeThreadNetBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp216 bool NativeThreadFreeBSD::GetStopReason(ThreadStopInfo &stop_info, in GetStopReason()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp653 if (StopInfoSP stop_info = in CreateStopReasonWithMachException() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp290 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON() local
314 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp253 lldb::StopInfoSP stop_info; in RefreshStateAfterStop() local
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2505 StopInfoSP stop_info = thread_sp->GetStopInfo(); in DidProcessStopAbnormally() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1463 StringExtractorGDBRemote &stop_info = *m_last_stop_packet; in UpdateThreadIDList() local