Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadPlanBase.cpp31 eVoteNoOpinion) { in ThreadPlanBase()
67 return eVoteNoOpinion; in ShouldReportStop()
69 return eVoteNoOpinion; in ShouldReportStop()
85 m_report_run_vote = eVoteNoOpinion; in ShouldStop()
170 m_report_run_vote = eVoteNoOpinion; in ShouldStop()
188 m_report_run_vote = eVoteNoOpinion; in DoWillResume()
DThreadPlanRunToAddress.cpp25 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
36 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
47 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
DThreadPlanCallOnFunctionExit.cpp17 eVoteNoOpinion, eVoteNoOpinion // TODO check with Jim on these in ThreadPlanCallOnFunctionExit()
36 eVoteNoOpinion, // don't care about run state broadcasting in DidPush()
DThreadPlan.cpp81 if (m_report_stop_vote == eVoteNoOpinion) { in ShouldReportStop()
94 if (m_report_run_vote == eVoteNoOpinion) { in ShouldReportRun()
183 eVoteNoOpinion, eVoteNoOpinion) {} in ThreadPlanNull()
DThreadPlanCallFunction.cpp100 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction()
130 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction()
DThreadList.cpp359 Vote result = eVoteNoOpinion; in ShouldReportStop()
375 case eVoteNoOpinion: in ShouldReportStop()
383 if (result == eVoteNoOpinion) { in ShouldReportStop()
412 Vote result = eVoteNoOpinion; in ShouldReportRun()
424 case eVoteNoOpinion: in ShouldReportRun()
427 if (result == eVoteNoOpinion) in ShouldReportRun()
DThreadPlanPython.cpp31 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanPython()
DThread.cpp457 if (vote == eVoteNoOpinion) in SetShouldReportStop()
967 GetID(), eVoteNoOpinion); in ShouldReportStop()
968 return eVoteNoOpinion; in ShouldReportStop()
976 GetID(), eVoteNoOpinion); in ShouldReportStop()
977 return eVoteNoOpinion; in ShouldReportStop()
984 GetID(), eVoteNoOpinion); in ShouldReportStop()
985 return eVoteNoOpinion; in ShouldReportStop()
997 Vote thread_vote = eVoteNoOpinion; in ShouldReportStop()
1022 return eVoteNoOpinion; in ShouldReportRun()
1242 *this, step_over, stop_other_threads, eVoteNoOpinion, eVoteNoOpinion)); in QueueThreadPlanForStepSingleInstruction()
[all …]
DThreadPlanStepThrough.cpp31 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepThrough()
DThreadPlanStepUntil.cpp30 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepUntil()
DThreadPlanStepOverBreakpoint.cpp26 eVoteNoOpinion), // We need to report the run since this happens in ThreadPlanStepOverBreakpoint()
DThreadPlanStepOut.cpp86 thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion, in ThreadPlanStepOut()
DThreadPlanStepRange.cpp37 : ThreadPlan(kind, name, thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepRange()
DThreadPlanShouldStopHere.cpp138 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, in DefaultStepFromHereCallback()
DThreadPlanStepInstruction.cpp201 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
DThreadPlanStepOverRange.cpp179 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
DProcess.cpp3377 case eVoteNoOpinion: in ShouldBroadcastEvent()
3430 case eVoteNoOpinion: in ShouldBroadcastEvent()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp35 "MacOSX Step through ObjC Trampoline", thread, eVoteNoOpinion, in AppleThreadPlanStepThroughObjCTrampoline()
36 eVoteNoOpinion), in AppleThreadPlanStepThroughObjCTrampoline()
158 abort_other_plans, &sc, first_insn, false, eVoteNoOpinion, in ShouldStop()
159 eVoteNoOpinion, frame_idx, status); in ShouldStop()
225 eVoteNoOpinion, eVoteNoOpinion, in AppleThreadPlanStepThroughDirectDispatch()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator
246 case lldb_private::eVoteNoOpinion:
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
DDynamicLoaderWindowsDYLD.cpp225 thread, false, false, eVoteNoOpinion, eVoteNoOpinion)); in GetStepThroughTrampolinePlan()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBThreadPlan.cpp342 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
DSBThread.cpp669 eVoteNoOpinion, 0, new_plan_status, avoid_no_debug)); in StepOut()
716 eVoteNoOpinion, frame_sp->GetFrameIndex(), new_plan_status)); in StepOutOfFrame()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp523 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status, in DoExecute()