Home
last modified time | relevance | path

Searched refs:eVoteNoOpinion (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp32 eVoteNoOpinion) { in ThreadPlanBase()
68 return eVoteNoOpinion; in ShouldReportStop()
70 return eVoteNoOpinion; in ShouldReportStop()
86 m_report_run_vote = eVoteNoOpinion; in ShouldStop()
171 m_report_run_vote = eVoteNoOpinion; in ShouldStop()
189 m_report_run_vote = eVoteNoOpinion; in DoWillResume()
H A DThreadPlanRunToAddress.cpp26 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
37 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
48 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
H A DThreadPlanCallOnFunctionExit.cpp17 eVoteNoOpinion, eVoteNoOpinion // TODO check with Jim on these in ThreadPlanCallOnFunctionExit()
36 eVoteNoOpinion, // don't care about run state broadcasting in DidPush()
H A DThreadPlan.cpp82 if (m_report_stop_vote == eVoteNoOpinion) { in ShouldReportStop()
95 if (m_report_run_vote == eVoteNoOpinion) { in ShouldReportRun()
187 eVoteNoOpinion, eVoteNoOpinion) {} in ThreadPlanNull()
H A DThreadPlanCallFunction.cpp101 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction()
134 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction()
H A DThreadList.cpp378 Vote result = eVoteNoOpinion; in ShouldReportStop()
402 case eVoteNoOpinion: in ShouldReportStop()
410 if (result == eVoteNoOpinion) { in ShouldReportStop()
439 Vote result = eVoteNoOpinion; in ShouldReportRun()
451 case eVoteNoOpinion: in ShouldReportRun()
454 if (result == eVoteNoOpinion) in ShouldReportRun()
H A DThreadPlanStepThrough.cpp32 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepThrough()
H A DThreadPlanPython.cpp33 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanPython()
H A DThread.cpp480 if (vote == eVoteNoOpinion) in SetShouldReportStop()
973 GetID(), eVoteNoOpinion); in ShouldReportStop()
974 return eVoteNoOpinion; in ShouldReportStop()
982 GetID(), eVoteNoOpinion); in ShouldReportStop()
983 return eVoteNoOpinion; in ShouldReportStop()
990 GetID(), eVoteNoOpinion); in ShouldReportStop()
991 return eVoteNoOpinion; in ShouldReportStop()
1003 Vote thread_vote = eVoteNoOpinion; in ShouldReportStop()
1028 return eVoteNoOpinion; in ShouldReportRun()
1248 *this, step_over, stop_other_threads, eVoteNoOpinion, eVoteNoOpinion)); in QueueThreadPlanForStepSingleInstruction()
[all …]
H A DThreadPlanStepUntil.cpp31 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepUntil()
H A DThreadPlanStepOverBreakpoint.cpp27 eVoteNoOpinion), // We need to report the run since this happens in ThreadPlanStepOverBreakpoint()
H A DThreadPlanStepOut.cpp87 thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion, in ThreadPlanStepOut()
H A DThreadPlanStepRange.cpp38 : ThreadPlan(kind, name, thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepRange()
H A DThreadPlanShouldStopHere.cpp139 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, in DefaultStepFromHereCallback()
H A DThreadPlanStepInstruction.cpp201 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
H A DThreadPlanStepOverRange.cpp180 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
H A DStopInfo.cpp703 : ThreadPlanStepInstruction(thread, false, true, eVoteNoOpinion, in ThreadPlanStepOverWatchpoint()
704 eVoteNoOpinion), in ThreadPlanStepOverWatchpoint()
H A DProcess.cpp3652 case eVoteNoOpinion: in ShouldBroadcastEvent()
3705 case eVoteNoOpinion: in ShouldBroadcastEvent()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp38 "MacOSX Step through ObjC Trampoline", thread, eVoteNoOpinion, in AppleThreadPlanStepThroughObjCTrampoline()
39 eVoteNoOpinion), in AppleThreadPlanStepThroughObjCTrampoline()
167 abort_other_plans, &sc, first_insn, false, eVoteNoOpinion, in ShouldStop()
168 eVoteNoOpinion, frame_idx, status); in ShouldStop()
246 eVoteNoOpinion, eVoteNoOpinion, in AppleThreadPlanStepThroughDirectDispatch()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h61 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator
278 case lldb_private::eVoteNoOpinion:
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp215 thread, false, false, eVoteNoOpinion, eVoteNoOpinion)); in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp315 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
H A DSBThread.cpp652 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
696 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status)); in StepOutOfFrame()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp556 eVoteNoOpinion, in DoExecute()