reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
   31   static lldb::StopInfoSP CreateStopReasonWithInstrumentationData(
tools/lldb/include/lldb/Target/LanguageRuntime.h
  110   virtual bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) {
tools/lldb/include/lldb/Target/OperatingSystem.h
   60   virtual lldb::StopInfoSP CreateThreadStopReason(Thread *thread) = 0;
tools/lldb/include/lldb/Target/StopInfo.h
  103   static lldb::StopInfoSP
  109   static lldb::StopInfoSP CreateStopReasonWithBreakpointSiteID(
  112   static lldb::StopInfoSP CreateStopReasonWithWatchpointID(
  116   static lldb::StopInfoSP
  120   static lldb::StopInfoSP CreateStopReasonToTrace(Thread &thread);
  122   static lldb::StopInfoSP
  127   static lldb::StopInfoSP
  130   static lldb::StopInfoSP CreateStopReasonWithExec(Thread &thread);
  133   GetReturnValueObject(lldb::StopInfoSP &stop_info_sp);
  136   GetExpressionVariable(lldb::StopInfoSP &stop_info_sp);
  139   GetCrashingDereference(lldb::StopInfoSP &stop_info_sp,
tools/lldb/include/lldb/Target/Thread.h
  120     lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you
  240   lldb::StopInfoSP GetStopInfo();
 1104   virtual lldb::StopInfoSP GetPrivateStopInfo();
 1143   void SetStopInfo(const lldb::StopInfoSP &stop_info_sp);
 1222   lldb::StopInfoSP m_stop_info_sp; ///< The private stop reason for this thread
tools/lldb/include/lldb/Target/ThreadPlan.h
  496   virtual lldb::StopInfoSP GetRealStopInfo() { return m_thread.GetStopInfo(); }
  564   lldb::StopInfoSP GetPrivateStopInfo() {
  568   void SetStopInfo(lldb::StopInfoSP stop_reason_sp) {
tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
   84   lldb::StopInfoSP GetRealStopInfo() override {
  131   lldb::StopInfoSP
tools/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
   37   lldb::StopInfoSP GetRealStopInfo() override;
tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
   63   bool NextRangeBreakpointExplainsStop(lldb::StopInfoSP stop_info_sp);
tools/lldb/source/API/SBThread.cpp
  165       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();
tools/lldb/source/Commands/CommandObjectFrame.cpp
  164       StopInfoSP stop_info_sp = thread->GetStopInfo();
tools/lldb/source/Commands/CommandObjectProcess.cpp
  566           StopInfoSP stop_info_sp = sel_thread_sp->GetStopInfo();
tools/lldb/source/Core/FormatEntity.cpp
 1274         StopInfoSP stop_info_sp = thread->GetStopInfo();
 1290         StopInfoSP stop_info_sp = thread->GetStopInfo();
 1307         StopInfoSP stop_info_sp = thread->GetStopInfo();
tools/lldb/source/Core/IOHandler.cpp
 4046             StopInfoSP stop_info_sp;
 4193             StopInfoSP stop_info_sp;
tools/lldb/source/Expression/LLVMUserExpression.cpp
  183           lldb::StopInfoSP real_stop_info_sp = call_plan_sp->GetRealStopInfo();
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2157     StopInfoSP stop_info = thread_sp->GetStopInfo();
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  522     lldb::StopInfoSP stop_reason) {
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
   67   bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  425     lldb::StopInfoSP stop_reason) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
   84   bool ExceptionBreakpointsExplainStop(lldb::StopInfoSP stop_reason) override;
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  364 StopInfoSP
  369   StopInfoSP
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
   58   lldb::StopInfoSP
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  296 StopInfoSP StopInfoMachException::CreateStopReasonWithMachException(
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.h
   38   static lldb::StopInfoSP CreateStopReasonWithMachException(
tools/lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
   75     lldb::StopInfoSP backing_stop_info_sp(
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1875                   StopInfoSP invalid_stop_info_sp;
 1965                   StopInfoSP invalid_stop_info_sp;
 1987             lldb::StopInfoSP stop_info_sp(thread_sp->GetStopInfo());
 2511             StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo();
 2547               StopInfoSP stop_info_sp = thread_sp->GetPrivateStopInfo();
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  263   lldb::StopInfoSP stop_info;
tools/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
   30 StopInfoSP
tools/lldb/source/Target/Process.cpp
  862       StopInfoSP curr_thread_stop_info_sp;
 3995       StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
 4581   StopInfoSP stop_info_sp = thread.GetStopInfo();
 5294               lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo();
 5479         StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
tools/lldb/source/Target/StackFrameList.cpp
  127   StopInfoSP stop_info_sp = m_thread.GetStopInfo();
tools/lldb/source/Target/StopInfo.cpp
  719                 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo();
 1098 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread,
 1103 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread,
 1109 StopInfoSP
 1115 StopInfoSP StopInfo::CreateStopReasonWithSignal(Thread &thread, int signo,
 1120 StopInfoSP StopInfo::CreateStopReasonToTrace(Thread &thread) {
 1124 StopInfoSP StopInfo::CreateStopReasonWithPlan(
 1131 StopInfoSP StopInfo::CreateStopReasonWithException(Thread &thread,
 1136 StopInfoSP StopInfo::CreateStopReasonWithExec(Thread &thread) {
 1140 ValueObjectSP StopInfo::GetReturnValueObject(StopInfoSP &stop_info_sp) {
 1150 ExpressionVariableSP StopInfo::GetExpressionVariable(StopInfoSP &stop_info_sp) {
 1161 StopInfo::GetCrashingDereference(StopInfoSP &stop_info_sp,
tools/lldb/source/Target/Thread.cpp
  361 lldb::StopInfoSP Thread::GetStopInfo() {
  399 lldb::StopInfoSP Thread::GetPrivateStopInfo() {
  441   lldb::StopInfoSP stop_info_sp(GetStopInfo());
  462 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) {
  758   StopInfoSP private_stop_info(GetPrivateStopInfo());
tools/lldb/source/Target/ThreadPlanBase.cpp
   61   StopInfoSP stop_info_sp = m_thread.GetStopInfo();
   78   StopInfoSP stop_info_sp = GetPrivateStopInfo();
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  431   StopInfoSP stop_info_sp = GetPrivateStopInfo();
tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
   99 StopInfoSP ThreadPlanCallUserExpression::GetRealStopInfo() {
  100   StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo();
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  461     StopInfoSP stop_info_sp = GetPrivateStopInfo();
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
   88   StopInfoSP stop_info_sp = GetPrivateStopInfo();
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  268   StopInfoSP stop_info_sp = GetPrivateStopInfo();
tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
   50   StopInfoSP stop_info_sp = GetPrivateStopInfo();
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  341   StopInfoSP stop_info_sp = GetPrivateStopInfo();
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  381     lldb::StopInfoSP stop_info_sp) {
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  247   StopInfoSP stop_info_sp(m_thread.GetStopInfo());
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
  150   StopInfoSP stop_info_sp = GetPrivateStopInfo();
  268   StopInfoSP stop_info_sp = GetPrivateStopInfo();
tools/lldb/source/Target/ThreadPlanTracer.cpp
   70     lldb::StopInfoSP stop_info = m_thread.GetStopInfo();