Searched refs:SetStopInfo (Results 1 – 11 of 11) sorted by relevance
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.cpp | 201 SetStopInfo (m_stop_info_sp); in CalculateStopInfo() 408 SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id)); in BreakNotify() 423 SetStopInfo (invalid_stop_info_sp); in BreakNotify() 463 SetStopInfo (StopInfo::CreateStopReasonWithWatchpointID(*this, in WatchNotify() 471 SetStopInfo (StopInfo::CreateStopReasonToTrace(*this)); in TraceNotify() 477 SetStopInfo (lldb::StopInfoSP(new POSIXLimboStopInfo(*this))); in LimboNotify() 485 SetStopInfo (StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalNotify() 494 SetStopInfo (StopInfo::CreateStopReasonWithSignal(*this, signo)); in SignalDeliveredNotify() 511 SetStopInfo (lldb::StopInfoSP(new POSIXCrashStopInfo(*this, signo, in CrashNotify() 520 SetStopInfo (lldb::StopInfoSP(new POSIXNewThreadStopInfo(*this))); in ThreadNotify()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | ThreadMemory.cpp | 111 SetStopInfo (backing_stop_info_sp); in CalculateStopInfo() 124 SetStopInfo (os->CreateThreadStopReason (this)); in CalculateStopInfo()
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | ThreadKDP.cpp | 159 SetStopInfo (m_cached_stop_info_sp); in CalculateStopInfo() 163 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP)); in CalculateStopInfo()
|
/external/lldb/include/lldb/Target/ |
D | ThreadPlan.h | 558 SetStopInfo (lldb::StopInfoSP stop_reason_sp) in SetStopInfo() function 560 m_thread.SetStopInfo (stop_reason_sp); in SetStopInfo()
|
D | Thread.h | 963 SetStopInfo (const lldb::StopInfoSP &stop_info_sp);
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1578 thread_sp->SetStopInfo (StopInfoSP()); in SetThreadStopInfo() 1586 … thread_sp->SetStopInfo (StopInfoMachException::CreateStopReasonWithMachException (*thread_sp, in SetThreadStopInfo() 1601 thread_sp->SetStopInfo (StopInfo::CreateStopReasonToTrace (*thread_sp)); in SetThreadStopInfo() 1616 …thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->Ge… in SetThreadStopInfo() 1621 thread_sp->SetStopInfo (invalid_stop_info_sp); in SetThreadStopInfo() 1634 … thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithWatchpointID (*thread_sp, watch_id)); in SetThreadStopInfo() 1639 … thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithException(*thread_sp, description.c_str())); in SetThreadStopInfo() 1645 thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithExec(*thread_sp)); in SetThreadStopInfo() 1667 …thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->Ge… in SetThreadStopInfo() 1672 thread_sp->SetStopInfo (invalid_stop_info_sp); in SetThreadStopInfo() [all …]
|
/external/lldb/source/Plugins/Process/mach-core/ |
D | ThreadMachCore.cpp | 126 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, SIGSTOP)); in CalculateStopInfo()
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ThreadElfCore.cpp | 125 SetStopInfo(StopInfo::CreateStopReasonWithSignal (*this, m_signo)); in CalculateStopInfo()
|
/external/lldb/source/Target/ |
D | Thread.cpp | 414 SetStopInfo (m_stop_info_sp); in GetPrivateStopInfo() 422 SetStopInfo (StopInfoSP()); in GetPrivateStopInfo() 442 Thread::SetStopInfo (const lldb::StopInfoSP &stop_info_sp) in SetStopInfo() function in Thread 481 SetStopInfo (StopInfo::CreateStopReasonWithSignal (*this, LLDB_INVALID_SIGNAL_NUMBER)); in SetStopInfoToNothing() 517 SetStopInfo(saved_state.stop_info_sp); in RestoreThreadStateFromCheckpoint()
|
D | ThreadPlanStepInRange.cpp | 470 SetStopInfo(StopInfo::CreateStopReasonToTrace(m_thread)); in DoWillResume()
|
D | StopInfo.cpp | 686 thread_sp->SetStopInfo(stored_stop_info_sp); in PerformAction()
|