| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ThreadPlanBase.cpp | 62 StopInfoSP stop_info_sp = GetThread().GetStopInfo(); in ShouldReportStop()
|
| H A D | ThreadPlanStepThrough.cpp | 246 StopInfoSP stop_info_sp(thread.GetStopInfo()); in HitOurBackstopBreakpoint()
|
| H A D | ThreadPlanTracer.cpp | 80 lldb::StopInfoSP stop_info = GetThread().GetStopInfo(); in TracerExplainsStop()
|
| H A D | Thread.cpp | 334 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 D | Process.cpp | 812 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 D | ThreadList.cpp | 300 thread_sp->GetStopInfo(); in ShouldStop()
|
| H A D | StackFrameList.cpp | 128 StopInfoSP stop_info_sp = m_thread.GetStopInfo(); in ResetCurrentInlinedDepth()
|
| H A D | StopInfo.cpp | 772 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo(); in PerformAction()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachException.h | 84 bool GetStopInfo(struct DNBThreadStopInfo *stop_info) const;
|
| H A D | MachException.cpp | 151 bool MachException::Data::GetStopInfo( in GetStopInfo() function in MachException::Data
|
| H A D | MachThreadList.cpp | 92 return thread_sp->GetStopException().GetStopInfo(stop_info); in GetThreadStoppedReason()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBThread.cpp | 162 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 D | MinidumpFileBuilder.cpp | 504 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 D | Thread.h | 243 lldb::StopInfoSP GetStopInfo();
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 152 StopInfoSP stop_info_sp = thread->GetStopInfo(); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 563 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo(); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1292 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format() 1309 StopInfoSP stop_info_sp = thread->GetStopInfo(); in Format()
|
| H A D | IOHandlerCursesGUI.cpp | 7048 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 D | ChangeLog | 389 (MachException::Data::GetStopInfo): Ditto. 631 * MachException.cpp (MachException::Data::GetStopInfo): Use new SoftSignal()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2442 StopInfoSP stop_info = thread_sp->GetStopInfo(); in DidProcessStopAbnormally()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 1919 lldb::StopInfoSP stop_info_sp(thread_sp->GetStopInfo()); in SetThreadStopInfo()
|