Searched refs:StopInfoSP (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A 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);
H A DThreadPlanCallUserExpression.h50 virtual lldb::StopInfoSP
H A DOperatingSystem.h78 virtual lldb::StopInfoSP
H A DThreadPlanCallFunction.h107 virtual lldb::StopInfoSP
170 lldb::StopInfoSP m_real_stop_info_sp; // In general we want to hide call function
H A DThreadPlan.h498 virtual lldb::StopInfoSP
551 lldb::StopInfoSP
558 SetStopInfo (lldb::StopInfoSP stop_reason_sp)
H A DLanguageRuntime.h76 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason)
H A DThreadPlanStepRange.h74 NextRangeBreakpointExplainsStop (lldb::StopInfoSP stop_info_sp);
H A DThread.h141 lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you might continue with the wrong signals.
247 lldb::StopInfoSP
946 // stop ID, the private stop reason is not set and an invalid StopInfoSP may
957 virtual lldb::StopInfoSP
994 SetStopInfo (const lldb::StopInfoSP &stop_info_sp);
1078 lldb::StopInfoSP m_stop_info_sp; ///< The private stop reason for this thread
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp62 StopInfoSP
65 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo();
H A DStopInfo.cpp686 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo();
1093 StopInfoSP
1096 return StopInfoSP (new StopInfoBreakpoint (thread, break_id));
1099 StopInfoSP
1102 return StopInfoSP (new StopInfoBreakpoint (thread, break_id, should_stop));
1105 StopInfoSP
1108 return StopInfoSP (new StopInfoWatchpoint (thread, watch_id));
1111 StopInfoSP
1114 return StopInfoSP (new StopInfoUnixSignal (thread, signo));
1117 StopInfoSP
[all...]
H A DThreadPlanBase.cpp84 StopInfoSP stop_info_sp = m_thread.GetStopInfo ();
105 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepOverBreakpoint.cpp64 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepInstruction.cpp96 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepUntil.cpp179 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
323 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepThrough.cpp270 StopInfoSP stop_info_sp(m_thread.GetStopInfo());
H A DThreadPlanStepOut.cpp203 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
H A DThreadPlanStepOverRange.cpp307 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h58 static lldb::StopInfoSP
H A DStopInfoMachException.cpp265 StopInfoSP
460 return StopInfoSP();
479 return StopInfoSP(new StopInfoMachException (thread, exc_type, exc_data_count, exc_code, exc_sub_code));
481 return StopInfoSP();
H A DThreadMemory.cpp107 lldb::StopInfoSP backing_stop_info_sp (m_backing_thread_sp->GetPrivateStopInfo());
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.h77 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h76 virtual lldb::StopInfoSP
H A DOperatingSystemPython.cpp393 StopInfoSP
399 StopInfoSP stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.cpp476 SetStopInfo(StopInfoSP());
542 SetStopInfo (lldb::StopInfoSP(new POSIXLimboStopInfo(*this)));
576 SetStopInfo (lldb::StopInfoSP(new POSIXCrashStopInfo(*this, signo,
585 SetStopInfo (lldb::StopInfoSP(new POSIXNewThreadStopInfo(*this)));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp145 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo ();
204 StopInfoSP stop_info_sp = thread->GetStopInfo ();
280 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo ();
408 StopInfoSP stop_info_sp = exe_ctx.GetThreadPtr()->GetStopInfo ();

Completed in 121 milliseconds

12