Home
last modified time | relevance | path

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

/freebsd/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 DThreadPlanSingleThreadTimeout.cpp217 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in IsTimeoutAsyncInterrupt()
H A DThreadPlanTracer.cpp79 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in TracerExplainsStop()
H A DThread.cpp348 lldb::StopInfoSP Thread::GetStopInfo() { in GetStopInfo() function in Thread
383 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
443 lldb::StopInfoSP stop_info_sp(GetStopInfo()); in GetStopReason()
522 saved_state.stop_info_sp = GetStopInfo(); in CheckpointThreadState()
600 StopInfoSP stop_info_sp = GetStopInfo(); in GetStopDescriptionRaw()
H A DStackFrameList.cpp88 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
753 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in SelectMostRelevantFrame()
H A DThreadList.cpp288 thread_sp->GetStopInfo(); in ShouldStop()
H A DProcess.cpp807 curr_thread_stop_info_sp = curr_thread->GetStopInfo(); in HandleProcessStateChangedEvent()
818 StopInfoSP stop_info = thread->GetStopInfo(); in HandleProcessStateChangedEvent()
4245 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in ShouldStop()
4931 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in HandleStoppedEvent()
5804 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in GetThreadStatus()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp162 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonDataCount()
224 StopInfoSP stop_info_sp = thread->GetStopInfo(); in GetStopReasonDataAtIndex()
298 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedInfoAsJSON()
322 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReasonExtendedBacktraces()
370 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo(); in GetStopReturnValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h249 lldb::StopInfoSP GetStopInfo();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp70 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddHeaderAndCalculateDirectories()
696 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddExceptions()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp141 StopInfoSP stop_info_sp = thread->GetStopInfo(); in DoExecute()
H A DCommandObjectProcess.cpp510 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1535 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
1555 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
H A DIOHandlerCursesGUI.cpp7064 stop_info_sp = thread->GetStopInfo(); in WindowDelegateDraw()
7211 stop_info_sp = thread->GetStopInfo(); in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2658 StopInfoSP stop_info = thread_sp->GetStopInfo(); in DidProcessStopAbnormally()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2011 lldb::StopInfoSP stop_info_sp(thread_sp->GetStopInfo()); in SetThreadStopInfo()