Searched refs:StopInfoSP (Results 1 – 25 of 41) sorted by relevance
12
/external/lldb/include/lldb/Target/ |
D | StopInfo.h | 143 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);
|
D | Thread.h | 204 …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
|
D | ThreadPlan.h | 498 virtual lldb::StopInfoSP 551 lldb::StopInfoSP 558 SetStopInfo (lldb::StopInfoSP stop_reason_sp) in SetStopInfo()
|
D | ThreadPlanCallFunction.h | 122 virtual lldb::StopInfoSP 176 …lldb::StopInfoSP m_real_stop_info_sp; // In general we want to hide…
|
D | ThreadPlanCallUserExpression.h | 52 virtual lldb::StopInfoSP
|
D | OperatingSystem.h | 78 virtual lldb::StopInfoSP
|
D | LanguageRuntime.h | 70 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason) in ExceptionBreakpointsExplainStop()
|
D | ThreadPlanStepRange.h | 74 NextRangeBreakpointExplainsStop (lldb::StopInfoSP stop_info_sp);
|
/external/lldb/source/Target/ |
D | StopInfo.cpp | 673 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 …]
|
D | ThreadPlanCallUserExpression.cpp | 66 StopInfoSP 69 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo(); in GetRealStopInfo()
|
D | ThreadPlanBase.cpp | 84 StopInfoSP stop_info_sp = m_thread.GetStopInfo (); in ShouldReportStop() 105 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop()
|
D | ThreadPlanStepUntil.cpp | 179 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in AnalyzeStop() 323 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in ShouldStop()
|
D | ThreadPlanStepOverBreakpoint.cpp | 64 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
|
D | ThreadPlanStepInstruction.cpp | 96 StopInfoSP stop_info_sp = GetPrivateStopInfo (); in DoPlanExplainsStop()
|
D | Thread.cpp | 369 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/ |
D | StopInfoMachException.cpp | 265 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()
|
D | StopInfoMachException.h | 58 static lldb::StopInfoSP
|
D | ThreadMemory.cpp | 107 lldb::StopInfoSP backing_stop_info_sp (m_backing_thread_sp->GetPrivateStopInfo()); in CalculateStopInfo()
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.cpp | 422 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/ |
D | ThreadKDP.h | 90 lldb::StopInfoSP m_cached_stop_info_sp;
|
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.h | 74 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
|
/external/lldb/source/Plugins/OperatingSystem/Python/ |
D | OperatingSystemPython.h | 76 virtual lldb::StopInfoSP
|
D | OperatingSystemPython.cpp | 373 StopInfoSP 379 StopInfoSP stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP)); in CreateThreadStopReason()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.h | 98 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
|
/external/lldb/source/API/ |
D | SBThread.cpp | 144 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