Searched refs:eVoteNoOpinion (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp17 eVoteNoOpinion, eVoteNoOpinion // TODO check with Jim on these
36 eVoteNoOpinion, // don't care about run state broadcasting
H A DThreadPlanBase.cpp31 eVoteNoOpinion) {
67 return eVoteNoOpinion;
69 return eVoteNoOpinion;
85 m_run_vote = eVoteNoOpinion;
170 m_run_vote = eVoteNoOpinion;
188 m_run_vote = eVoteNoOpinion;
H A DThreadPlanRunToAddress.cpp25 eVoteNoOpinion, eVoteNoOpinion),
36 eVoteNoOpinion, eVoteNoOpinion),
47 eVoteNoOpinion, eVoteNoOpinion),
H A DThreadPlanPython.cpp31 eVoteNoOpinion, eVoteNoOpinion),
H A DThreadPlan.cpp81 if (m_stop_vote == eVoteNoOpinion) {
94 if (m_run_vote == eVoteNoOpinion) {
182 eVoteNoOpinion, eVoteNoOpinion) {}
H A DThreadPlanStepThrough.cpp32 eVoteNoOpinion, eVoteNoOpinion),
H A DThreadPlanCallFunction.cpp100 eVoteNoOpinion, eVoteNoOpinion),
130 eVoteNoOpinion, eVoteNoOpinion),
H A DThreadList.cpp359 Vote result = eVoteNoOpinion;
375 case eVoteNoOpinion:
383 if (result == eVoteNoOpinion) {
412 Vote result = eVoteNoOpinion;
424 case eVoteNoOpinion:
427 if (result == eVoteNoOpinion)
H A DThreadPlanStepOverBreakpoint.cpp26 eVoteNoOpinion), // We need to report the run since this happens
H A DThreadPlanStepUntil.cpp30 eVoteNoOpinion, eVoteNoOpinion),
H A DThread.cpp463 if (vote == eVoteNoOpinion)
971 GetID(), eVoteNoOpinion);
972 return eVoteNoOpinion;
980 GetID(), eVoteNoOpinion);
981 return eVoteNoOpinion;
988 GetID(), eVoteNoOpinion);
989 return eVoteNoOpinion;
1001 Vote thread_vote = eVoteNoOpinion;
1026 return eVoteNoOpinion;
1238 *this, step_over, stop_other_threads, eVoteNoOpinion, eVoteNoOpinio
[all...]
H A DThreadPlanShouldStopHere.cpp138 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion,
H A DThreadPlanStepInstruction.cpp200 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0,
H A DThreadPlanStepOut.cpp86 thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion,
H A DThreadPlanStepRange.cpp37 : ThreadPlan(kind, name, thread, eVoteNoOpinion, eVoteNoOpinion),
H A DThreadPlanStepOverRange.cpp179 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0,
H A DProcess.cpp3492 case eVoteNoOpinion:
3545 case eVoteNoOpinion:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp36 "MacOSX Step through ObjC Trampoline", thread, eVoteNoOpinion,
37 eVoteNoOpinion),
160 abort_other_plans, &sc, first_insn, m_stop_others, eVoteNoOpinion,
161 eVoteNoOpinion, frame_idx, status);
228 stop_others, eVoteNoOpinion, eVoteNoOpinion,
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator in enum:lldb_private::Vote
246 case lldb_private::eVoteNoOpinion:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp225 thread, false, false, eVoteNoOpinion, eVoteNoOpinion));
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp323 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion,
H A DSBThread.cpp653 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug));
700 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp704 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status,

Completed in 292 milliseconds