Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp80 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in TracerExplainsStop()
H A DThread.cpp334 lldb::StopInfoSP Thread::GetStopInfo() { in GetStopInfo() function in Thread
369 SetStopInfo(GetStopInfo()); in CalculatePublicStopInfo()
414 lldb::StopInfoSP stop_info_sp(GetStopInfo()); in GetStopReason()
493 saved_state.stop_info_sp = GetStopInfo(); in CheckpointThreadState()
569 StopInfoSP stop_info_sp = GetStopInfo(); in GetStopDescriptionRaw()
H A DProcess.cpp812 uint64_t signo = curr_thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
820 curr_thread_stop_info_sp = curr_thread->GetStopInfo(); in HandleProcessStateChangedEvent()
843 uint64_t signo = thread->GetStopInfo()->GetValue(); in HandleProcessStateChangedEvent()
3978 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in ShouldStop()
4628 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in HandleStoppedEvent()
5529 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in GetThreadStatus()
H A DThreadList.cpp300 thread_sp->GetStopInfo(); in ShouldStop()
H A DStackFrameList.cpp128 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
H A DStopInfo.cpp772 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo(); in PerformAction()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h84 bool GetStopInfo(struct DNBThreadStopInfo *stop_info) const;
H A DMachException.cpp151 bool MachException::Data::GetStopInfo( in GetStopInfo() function in MachException::Data
H A DMachThreadList.cpp92 return thread_sp->GetStopException().GetStopInfo(stop_info); in GetThreadStoppedReason()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp504 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddException()
524 StopInfoSP stop_info_sp = thread_sp->GetStopInfo(); in AddException()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h243 lldb::StopInfoSP GetStopInfo();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp152 StopInfoSP stop_info_sp = thread->GetStopInfo(); in DoExecute()
H A DCommandObjectProcess.cpp563 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute()
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1292 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
1309 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
H A DIOHandlerCursesGUI.cpp7048 stop_info_sp = thread->GetStopInfo(); in WindowDelegateDraw()
7201 stop_info_sp = thread->GetStopInfo(); in WindowDelegateDraw()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DChangeLog389 (MachException::Data::GetStopInfo): Ditto.
631 * MachException.cpp (MachException::Data::GetStopInfo): Use new SoftSignal()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2442 StopInfoSP stop_info = thread_sp->GetStopInfo(); in DidProcessStopAbnormally()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1919 lldb::StopInfoSP stop_info_sp(thread_sp->GetStopInfo()); in SetThreadStopInfo()