HomeSort by relevance Sort by last modified time
    Searched refs:StopInfoSP (Results 1 - 25 of 41) sorted by null

1 2

  /external/lldb/include/lldb/Target/
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);
OperatingSystem.h 78 virtual lldb::StopInfoSP
ThreadPlanCallUserExpression.h 52 virtual lldb::StopInfoSP
ThreadPlanCallFunction.h 122 virtual lldb::StopInfoSP
176 lldb::StopInfoSP m_real_stop_info_sp; // In general we want to hide call function
ThreadPlan.h 498 virtual lldb::StopInfoSP
551 lldb::StopInfoSP
558 SetStopInfo (lldb::StopInfoSP stop_reason_sp)
Thread.h 204 lldb::StopInfoSP stop_info_sp; // You have to restore the stop info or you might continue with the wrong signals.
310 lldb::StopInfoSP
915 // stop ID, the private stop reason is not set and an invalid StopInfoSP may
926 virtual lldb::StopInfoSP
    [all...]
LanguageRuntime.h 70 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason)
ThreadPlanStepRange.h 74 NextRangeBreakpointExplainsStop (lldb::StopInfoSP stop_info_sp);
  /external/lldb/source/Target/
ThreadPlanCallUserExpression.cpp 66 StopInfoSP
69 StopInfoSP stop_info_sp = ThreadPlanCallFunction::GetRealStopInfo();
StopInfo.cpp 673 StopInfoSP stored_stop_info_sp = thread_sp->GetStopInfo();
    [all...]
ThreadPlanBase.cpp 84 StopInfoSP stop_info_sp = m_thread.GetStopInfo ();
105 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
ThreadPlanStepOverBreakpoint.cpp 64 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
ThreadPlanStepInstruction.cpp 96 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
ThreadPlanStepUntil.cpp 179 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
323 StopInfoSP stop_info_sp = GetPrivateStopInfo ();
ThreadPlanStepThrough.cpp 270 StopInfoSP stop_info_sp(m_thread.GetStopInfo());
Thread.cpp 369 lldb::StopInfoSP
397 lldb::StopInfoSP
422 SetStopInfo (StopInfoSP());
433 lldb::StopInfoSP stop_info_sp (GetStopInfo ());
442 Thread::SetStopInfo (const lldb::StopInfoSP &stop_info_sp)
562 // StopInfoSP stop_info_sp = GetStopInfo();
739 StopInfoSP private_stop_info (GetPrivateStopInfo());
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
StopInfoMachException.h 58 static lldb::StopInfoSP
StopInfoMachException.cpp 265 StopInfoSP
460 return StopInfoSP();
479 return StopInfoSP(new StopInfoMachException (thread, exc_type, exc_data_count, exc_code, exc_sub_code));
481 return StopInfoSP();
ThreadMemory.cpp 107 lldb::StopInfoSP backing_stop_info_sp (m_backing_thread_sp->GetPrivateStopInfo());
  /external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
ItaniumABILanguageRuntime.h 74 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.h 90 lldb::StopInfoSP m_cached_stop_info_sp;
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.h 98 ExceptionBreakpointsExplainStop (lldb::StopInfoSP stop_reason);
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.h 76 virtual lldb::StopInfoSP
OperatingSystemPython.cpp 373 StopInfoSP
379 StopInfoSP stop_info_sp; //(StopInfo::CreateStopReasonWithSignal (*thread, SIGSTOP));
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.cpp 422 StopInfoSP invalid_stop_info_sp;
477 SetStopInfo (lldb::StopInfoSP(new POSIXLimboStopInfo(*this)));
511 SetStopInfo (lldb::StopInfoSP(new POSIXCrashStopInfo(*this, signo,
520 SetStopInfo (lldb::StopInfoSP(new POSIXNewThreadStopInfo(*this)));

Completed in 926 milliseconds

1 2