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

References

tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  304   ExecutionContext exe_ctx(thread.shared_from_this());
  323         ProcessSP process_sp(thread.GetProcess());
  328             return StopInfo::CreateStopReasonWithExec(thread);
  332       return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code);
  366             return StopInfo::CreateStopReasonWithWatchpointID(thread,
  399           return StopInfo::CreateStopReasonWithWatchpointID(thread,
  442           return StopInfo::CreateStopReasonWithWatchpointID(thread,
  447         if (thread.GetTemporaryResumeState() == eStateStepping)
  448           return StopInfo::CreateStopReasonToTrace(thread);
  461       RegisterContextSP reg_ctx_sp(thread.GetRegisterContext());
  464       ProcessSP process_sp(thread.CalculateProcess());
  485         if (bp_site_sp->ValidForThisThread(&thread) ||
  486             thread.GetProcess()->GetOperatingSystem() != nullptr)
  488               thread, bp_site_sp->GetID());
  490           return StopInfo::CreateStopReasonToTrace(thread);
  497           thread.GetTemporaryResumeState() == eStateStepping) {
  498         return StopInfo::CreateStopReasonToTrace(thread);
  510   return StopInfoSP(new StopInfoMachException(thread, exc_type, exc_data_count,