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

References

tools/lldb/include/lldb/Target/ThreadPlan.h
  637   const Status &GetStatus() { return m_status; }
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  110     if (m_status.Success())
  112     s->Printf(" failed (%s)", m_status.AsCString());
  173         CheckShouldStopHereAndQueueStepOut(eFrameCompareYounger, m_status);
  193           m_stack_id, false, stop_others, m_status);
  197             CheckShouldStopHereAndQueueStepOut(frame_order, m_status);
  237           m_stack_id, false, stop_others, m_status);
  250       m_sub_plan_sp = CheckShouldStopHereAndQueueStepOut(frame_order, m_status);
  297               false, func_start_address, true, m_status);
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
   54     if (m_status.Success())
   56     s->Printf(" failed (%s)", m_status.AsCString());
  201               m_status);
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  293           if (InvokeShouldStopHereCallback(eFrameCompareOlder, m_status)) {
  355     if (InvokeShouldStopHereCallback(eFrameCompareOlder, m_status)) {
  360           QueueStepOutFromHerePlan(m_flags, eFrameCompareOlder, m_status);
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
   48     if (m_status.Success())
   50     s->Printf(" failed (%s)", m_status.AsCString());
  155                                                          stop_others, m_status);
  176             m_status, true);
  180             m_stack_id, false, stop_others, m_status);
  200           m_stack_id, false, stop_others, m_status);
  291                           m_status);
  312     new_plan_sp = CheckShouldStopHereAndQueueStepOut(frame_order, m_status);
  326     SetPlanComplete(m_status.Success());