Home
last modified time | relevance | path

Searched refs:GetStopInfo (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp62 StopInfoSP stop_info_sp = GetThread().GetStopInfo(); in ShouldReportStop()
H A DThreadPlanStepThrough.cpp246 StopInfoSP stop_info_sp(thread.GetStopInfo()); in HitOurBackstopBreakpoint()
H A DThreadPlanTracer.cpp79 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in TracerExplainsStop()
H A DThread.cpp340 lldb::StopInfoSP Thread::GetStopInfo() { in GetStopInfo() function in Thread
375 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
429 lldb::StopInfoSP stop_info_sp(GetStopInfo()); in GetStopReason()
508 saved_state.stop_info_sp = GetStopInfo(); in CheckpointThreadState()
584 StopInfoSP stop_info_sp = GetStopInfo(); in GetStopDescriptionRaw()
H A DProcess.cpp816 uint64_t signo = curr_thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
824 curr_thread_stop_info_sp = curr_thread->GetStopInfo(); in HandleProcessStateChangedEvent()
847 uint64_t signo = thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
4044 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in ShouldStop()
4700 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in HandleStoppedEvent()
5604 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in GetThreadStatus()
H A DThreadList.cpp303 thread_sp->GetStopInfo(); in ShouldStop()
H A DStackFrameList.cpp130 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp162 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount()
220 StopInfoSP stop_info_sp = thread->GetStopInfo(); in GetStopReasonDataAtIndex()
290 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON()
314 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces()
362 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp593 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddExceptions()
609 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddExceptions()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h242 lldb::StopInfoSP GetStopInfo();
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp153 StopInfoSP stop_info_sp = thread->GetStopInfo(); in DoExecute()
H A DCommandObjectProcess.cpp514 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1357 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
1374 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
H A DIOHandlerCursesGUI.cpp7071 stop_info_sp = thread->GetStopInfo(); in WindowDelegateDraw()
7224 stop_info_sp = thread->GetStopInfo(); in WindowDelegateDraw()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2492 StopInfoSP stop_info = thread_sp->GetStopInfo(); in DidProcessStopAbnormally()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1924 lldb::StopInfoSP stop_info_sp(thread_sp->GetStopInfo()); in SetThreadStopInfo()