Home
last modified time | relevance | path

Searched refs:StopInfoSP (Results 1 – 25 of 41) sorted by relevance

12

/external/lldb/include/lldb/Target/
DStopInfo.h143 static lldb::StopInfoSP
147 static lldb::StopInfoSP
150 static lldb::StopInfoSP
153 static lldb::StopInfoSP
156 static lldb::StopInfoSP
159 static lldb::StopInfoSP
162 static lldb::StopInfoSP
165 static lldb::StopInfoSP
169 GetReturnValueObject (lldb::StopInfoSP &stop_info_sp);
DThread.h204 …lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you might continue with …
310 lldb::StopInfoSP
926 virtual lldb::StopInfoSP
963 SetStopInfo (const lldb::StopInfoSP &stop_info_sp);
1028 lldb::StopInfoSP stop_info_sp;
1036 lldb::StopInfoSP m_stop_info_sp; ///< The private stop reason for this thread
DThreadPlan.h498 virtual lldb::StopInfoSP
551 lldb::StopInfoSP
558 SetStopInfo (lldb::StopInfoSP stop_reason_sp) in SetStopInfo()
DThreadPlanCallFunction.h122 virtual lldb::StopInfoSP
176 …lldb::StopInfoSP m_real_stop_info_sp; // In general we want to hide…
DThreadPlanCallUserExpression.h52 virtual lldb::StopInfoSP
DOperatingSystem.h78 virtual lldb::StopInfoSP
DLanguageRuntime.h70 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason) in ExceptionBreakpointsExplainStop()
DThreadPlanStepRange.h74 NextRangeBreakpointExplainsStop (lldb::StopInfoSP stop_info_sp);
/external/lldb/source/Target/
DStopInfo.cpp673 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo(); in PerformAction()
1085 StopInfoSP
1088 return StopInfoSP (new StopInfoBreakpoint (thread, break_id)); in CreateStopReasonWithBreakpointSiteID()
1091 StopInfoSP
1094 return StopInfoSP (new StopInfoBreakpoint (thread, break_id, should_stop)); in CreateStopReasonWithBreakpointSiteID()
1097 StopInfoSP
1100 return StopInfoSP (new StopInfoWatchpoint (thread, watch_id)); in CreateStopReasonWithWatchpointID()
1103 StopInfoSP
1106 return StopInfoSP (new StopInfoUnixSignal (thread, signo)); in CreateStopReasonWithSignal()
1109 StopInfoSP
[all …]
DThreadPlanCallUserExpression.cpp66 StopInfoSP
69 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo()
DThreadPlanBase.cpp84 StopInfoSP stop_info_sp = m_thread.GetStopInfo (); in ShouldReportStop()
105 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop()
DThreadPlanStepUntil.cpp179 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in AnalyzeStop()
323 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop()
DThreadPlanStepOverBreakpoint.cpp64 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
DThreadPlanStepInstruction.cpp96 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
DThread.cpp369 lldb::StopInfoSP
397 lldb::StopInfoSP
422 SetStopInfo (StopInfoSP()); in GetPrivateStopInfo()
433 lldb::StopInfoSP stop_info_sp (GetStopInfo ()); in GetStopReason()
442 Thread::SetStopInfo (const lldb::StopInfoSP &stop_info_sp) in SetStopInfo()
739 StopInfoSP private_stop_info (GetPrivateStopInfo()); in ShouldStop()
/external/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.cpp265 StopInfoSP
460 return StopInfoSP(); in CreateStopReasonWithMachException()
479 …return StopInfoSP(new StopInfoMachException (thread, exc_type, exc_data_count, exc_code, exc_sub_c… in CreateStopReasonWithMachException()
481 return StopInfoSP(); in CreateStopReasonWithMachException()
DStopInfoMachException.h58 static lldb::StopInfoSP
DThreadMemory.cpp107 lldb::StopInfoSP backing_stop_info_sp (m_backing_thread_sp->GetPrivateStopInfo()); in CalculateStopInfo()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp422 StopInfoSP invalid_stop_info_sp; in BreakNotify()
477 SetStopInfo (lldb::StopInfoSP(new POSIXLimboStopInfo(*this))); in LimboNotify()
511 SetStopInfo (lldb::StopInfoSP(new POSIXCrashStopInfo(*this, signo, in CrashNotify()
520 SetStopInfo (lldb::StopInfoSP(new POSIXNewThreadStopInfo(*this))); in ThreadNotify()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h90 lldb::StopInfoSP m_cached_stop_info_sp;
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.h74 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h76 virtual lldb::StopInfoSP
DOperatingSystemPython.cpp373 StopInfoSP
379 StopInfoSP stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP)); in CreateThreadStopReason()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.h98 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
/external/lldb/source/API/
DSBThread.cpp144 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopReasonDataCount()
203 StopInfoSP stop_info_sp = thread->GetStopInfo (); in GetStopReasonDataAtIndex()
279 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopDescription()
407 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo (); in GetStopReturnValue()

12