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

References

tools/lldb/include/lldb/lldb-private-enumerations.h
  258     case lldb_private::eVoteNoOpinion:
tools/lldb/source/API/SBThread.cpp
  722       eVoteNoOpinion, 0, new_plan_status, avoid_no_debug));
  769       eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status));
tools/lldb/source/API/SBThreadPlan.cpp
  319             false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion,
tools/lldb/source/Commands/CommandObjectThread.cpp
  721           eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status,
tools/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
  224       thread, false, false, eVoteNoOpinion, eVoteNoOpinion));
  224       thread, false, false, eVoteNoOpinion, eVoteNoOpinion));
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
   36                  "MacOSX Step through ObjC Trampoline", thread, eVoteNoOpinion,
   37                  eVoteNoOpinion),
  161           abort_other_plans, &sc, first_insn, m_stop_others, eVoteNoOpinion,
  162           eVoteNoOpinion, frame_idx, status);
tools/lldb/source/Target/Process.cpp
 3391         case eVoteNoOpinion:
 3444         case eVoteNoOpinion:
tools/lldb/source/Target/Thread.cpp
  485   if (vote == eVoteNoOpinion)
  929               GetID(), eVoteNoOpinion);
  930     return eVoteNoOpinion;
  938               GetID(), eVoteNoOpinion);
  939     return eVoteNoOpinion;
  946               GetID(), eVoteNoOpinion);
  947     return eVoteNoOpinion;
  958     Vote thread_vote = eVoteNoOpinion;
  983     return eVoteNoOpinion;
 1353       *this, step_over, stop_other_threads, eVoteNoOpinion, eVoteNoOpinion));
 1353       *this, step_over, stop_other_threads, eVoteNoOpinion, eVoteNoOpinion));
 2182         eVoteYes, eVoteNoOpinion, 0, error));
tools/lldb/source/Target/ThreadList.cpp
  359   Vote result = eVoteNoOpinion;
  375     case eVoteNoOpinion:
  383       if (result == eVoteNoOpinion) {
  412   Vote result = eVoteNoOpinion;
  424       case eVoteNoOpinion:
  427         if (result == eVoteNoOpinion)
tools/lldb/source/Target/ThreadPlan.cpp
   67   if (m_stop_vote == eVoteNoOpinion) {
   80   if (m_run_vote == eVoteNoOpinion) {
  164                  eVoteNoOpinion, eVoteNoOpinion) {}
  164                  eVoteNoOpinion, eVoteNoOpinion) {}
tools/lldb/source/Target/ThreadPlanBase.cpp
   31                  eVoteNoOpinion) {
   67       return eVoteNoOpinion;
   69     return eVoteNoOpinion;
   85       m_run_vote = eVoteNoOpinion;
  170     m_run_vote = eVoteNoOpinion;
  188   m_run_vote = eVoteNoOpinion;
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  100                  eVoteNoOpinion, eVoteNoOpinion),
  100                  eVoteNoOpinion, eVoteNoOpinion),
  130                  eVoteNoOpinion, eVoteNoOpinion),
  130                  eVoteNoOpinion, eVoteNoOpinion),
tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
   17                  eVoteNoOpinion, eVoteNoOpinion // TODO check with Jim on these
   17                  eVoteNoOpinion, eVoteNoOpinion // TODO check with Jim on these
   36       eVoteNoOpinion,    // don't care about run state broadcasting
tools/lldb/source/Target/ThreadPlanPython.cpp
   31                  eVoteNoOpinion, eVoteNoOpinion),
   31                  eVoteNoOpinion, eVoteNoOpinion),
tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
   25                  eVoteNoOpinion, eVoteNoOpinion),
   25                  eVoteNoOpinion, eVoteNoOpinion),
   36                  eVoteNoOpinion, eVoteNoOpinion),
   36                  eVoteNoOpinion, eVoteNoOpinion),
   47                  eVoteNoOpinion, eVoteNoOpinion),
   47                  eVoteNoOpinion, eVoteNoOpinion),
tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
  138             false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion,
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
  200               false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0,
tools/lldb/source/Target/ThreadPlanStepOut.cpp
   88           m_thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion,
   88           m_thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion,
tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
   26           eVoteNoOpinion), // We need to report the run since this happens
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  175             false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0,
tools/lldb/source/Target/ThreadPlanStepRange.cpp
   37     : ThreadPlan(kind, name, thread, eVoteNoOpinion, eVoteNoOpinion),
   37     : ThreadPlan(kind, name, thread, eVoteNoOpinion, eVoteNoOpinion),
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
   32                  eVoteNoOpinion, eVoteNoOpinion),
   32                  eVoteNoOpinion, eVoteNoOpinion),
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
   30                  eVoteNoOpinion, eVoteNoOpinion),
   30                  eVoteNoOpinion, eVoteNoOpinion),