/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanBase.cpp | 32 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 D | ThreadPlanRunToAddress.cpp | 26 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress() 37 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress() 48 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
|
H A D | ThreadPlanCallOnFunctionExit.cpp | 17 eVoteNoOpinion, eVoteNoOpinion // TODO check with Jim on these in ThreadPlanCallOnFunctionExit() 36 eVoteNoOpinion, // don't care about run state broadcasting in DidPush()
|
H A D | ThreadPlan.cpp | 82 if (m_report_stop_vote == eVoteNoOpinion) { in ShouldReportStop() 95 if (m_report_run_vote == eVoteNoOpinion) { in ShouldReportRun() 187 eVoteNoOpinion, eVoteNoOpinion) {} in ThreadPlanNull()
|
H A D | ThreadPlanCallFunction.cpp | 101 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction() 134 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction()
|
H A D | ThreadList.cpp | 378 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 D | ThreadPlanStepThrough.cpp | 32 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepThrough()
|
H A D | ThreadPlanPython.cpp | 33 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanPython()
|
H A D | Thread.cpp | 480 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 D | ThreadPlanStepUntil.cpp | 31 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepUntil()
|
H A D | ThreadPlanStepOverBreakpoint.cpp | 27 eVoteNoOpinion), // We need to report the run since this happens in ThreadPlanStepOverBreakpoint()
|
H A D | ThreadPlanStepOut.cpp | 87 thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion, in ThreadPlanStepOut()
|
H A D | ThreadPlanStepRange.cpp | 38 : ThreadPlan(kind, name, thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepRange()
|
H A D | ThreadPlanShouldStopHere.cpp | 139 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, in DefaultStepFromHereCallback()
|
H A D | ThreadPlanStepInstruction.cpp | 201 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
|
H A D | ThreadPlanStepOverRange.cpp | 180 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
|
H A D | StopInfo.cpp | 703 : ThreadPlanStepInstruction(thread, false, true, eVoteNoOpinion, in ThreadPlanStepOverWatchpoint() 704 eVoteNoOpinion), in ThreadPlanStepOverWatchpoint()
|
H A D | Process.cpp | 3652 case eVoteNoOpinion: in ShouldBroadcastEvent() 3705 case eVoteNoOpinion: in ShouldBroadcastEvent()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 38 "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 D | lldb-private-enumerations.h | 61 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 D | DynamicLoaderWindowsDYLD.cpp | 215 thread, false, false, eVoteNoOpinion, eVoteNoOpinion)); in GetStepThroughTrampolinePlan()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThreadPlan.cpp | 315 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
|
H A D | SBThread.cpp | 652 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 D | CommandObjectThread.cpp | 556 eVoteNoOpinion, in DoExecute()
|