Searched refs:GetStopInfo (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.h82 bool GetStopInfo(ThreadStopInfo *stop_info, const UnixSignals &signals,
H A DMachException.cpp129 bool MachException::Data::GetStopInfo(struct ThreadStopInfo *stop_info, function in class:MachException::Data
H A DNativeThreadListDarwin.cpp119 return thread_sp->GetStopException().GetStopInfo(stop_info);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp61 StopInfoSP stop_info_sp = m_thread.GetStopInfo();
H A DThreadPlanStepThrough.cpp247 StopInfoSP stop_info_sp(m_thread.GetStopInfo());
H A DThreadPlanTracer.cpp70 lldb::StopInfoSP stop_info = m_thread.GetStopInfo();
H A DThread.cpp361 lldb::StopInfoSP Thread::GetStopInfo() { function in class:Thread
396 SetStopInfo(GetStopInfo());
441 lldb::StopInfoSP stop_info_sp(GetStopInfo());
522 saved_state.stop_info_sp = GetStopInfo();
H A DThreadList.cpp299 thread_sp->GetStopInfo();
H A DStopInfo.cpp719 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo();
H A DStackFrameList.cpp127 StopInfoSP stop_info_sp = m_thread.GetStopInfo();
H A DProcess.cpp867 curr_thread_stop_info_sp = curr_thread->GetStopInfo();
891 uint64_t signo = thread->GetStopInfo()->GetValue();
3986 StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
4572 StopInfoSP stop_info_sp = thread.GetStopInfo();
5470 StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h496 virtual lldb::StopInfoSP GetRealStopInfo() { return m_thread.GetStopInfo(); }
H A DThread.h236 lldb::StopInfoSP GetStopInfo();
1112 // time GetStopInfo is called, but if you want to force the replacement,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp165 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo();
216 StopInfoSP stop_info_sp = thread->GetStopInfo();
279 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo();
306 StopInfoSP stop_info = exe_ctx.GetThreadPtr()->GetStopInfo();
326 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo();
422 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1278 StopInfoSP stop_info_sp = thread->GetStopInfo();
1294 StopInfoSP stop_info_sp = thread->GetStopInfo();
1311 StopInfoSP stop_info_sp = thread->GetStopInfo();
H A DIOHandlerCursesGUI.cpp3490 stop_info_sp = thread->GetStopInfo();
3637 stop_info_sp = thread->GetStopInfo();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp153 StopInfoSP stop_info_sp = thread->GetStopInfo();
H A DCommandObjectProcess.cpp565 StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2171 StopInfoSP stop_info = thread_sp->GetStopInfo();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1964 lldb::StopInfoSP stop_info_sp(thread_sp->GetStopInfo());

Completed in 308 milliseconds