Home
last modified time | relevance | path

Searched refs:GetStopInfo (Results 1 – 16 of 16) 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 DThreadPlanTracer.cpp79 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in TracerExplainsStop()
H A DThread.cpp341 lldb::StopInfoSP Thread::GetStopInfo() { in GetStopInfo() function in Thread
376 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
436 lldb::StopInfoSP stop_info_sp(GetStopInfo()); in GetStopReason()
515 saved_state.stop_info_sp = GetStopInfo(); in CheckpointThreadState()
591 StopInfoSP stop_info_sp = GetStopInfo(); in GetStopDescriptionRaw()
H A DThreadList.cpp302 thread_sp->GetStopInfo(); in ShouldStop()
H A DProcess.cpp848 uint64_t signo = curr_thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
856 curr_thread_stop_info_sp = curr_thread->GetStopInfo(); in HandleProcessStateChangedEvent()
879 uint64_t signo = thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
4221 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in ShouldStop()
4898 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in HandleStoppedEvent()
5801 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in GetThreadStatus()
H A DStackFrameList.cpp130 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp76 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddHeaderAndCalculateDirectories()
682 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddExceptions()
701 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddExceptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h244 lldb::StopInfoSP GetStopInfo();
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp141 StopInfoSP stop_info_sp = thread->GetStopInfo(); in DoExecute()
H A DCommandObjectProcess.cpp494 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1399 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
1419 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
H A DIOHandlerCursesGUI.cpp7072 stop_info_sp = thread->GetStopInfo(); in WindowDelegateDraw()
7225 stop_info_sp = thread->GetStopInfo(); in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2505 StopInfoSP stop_info = thread_sp->GetStopInfo(); in DidProcessStopAbnormally()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1945 lldb::StopInfoSP stop_info_sp(thread_sp->GetStopInfo()); in SetThreadStopInfo()