| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | ThreadPlanBase.cpp | 31 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()
|
| D | ThreadPlanRunToAddress.cpp | 25 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress() 36 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress() 47 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
|
| 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()
|
| D | ThreadPlan.cpp | 81 if (m_report_stop_vote == eVoteNoOpinion) { in ShouldReportStop() 94 if (m_report_run_vote == eVoteNoOpinion) { in ShouldReportRun() 183 eVoteNoOpinion, eVoteNoOpinion) {} in ThreadPlanNull()
|
| D | ThreadPlanCallFunction.cpp | 100 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction() 130 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction()
|
| D | ThreadList.cpp | 359 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()
|
| D | ThreadPlanPython.cpp | 31 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanPython()
|
| D | Thread.cpp | 457 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 …]
|
| D | ThreadPlanStepThrough.cpp | 31 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepThrough()
|
| D | ThreadPlanStepUntil.cpp | 30 eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepUntil()
|
| D | ThreadPlanStepOverBreakpoint.cpp | 26 eVoteNoOpinion), // We need to report the run since this happens in ThreadPlanStepOverBreakpoint()
|
| D | ThreadPlanStepOut.cpp | 86 thread, nullptr, false, stop_others, eVoteNoOpinion, eVoteNoOpinion, in ThreadPlanStepOut()
|
| D | ThreadPlanStepRange.cpp | 37 : ThreadPlan(kind, name, thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepRange()
|
| D | ThreadPlanShouldStopHere.cpp | 138 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, in DefaultStepFromHereCallback()
|
| D | ThreadPlanStepInstruction.cpp | 201 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
|
| D | ThreadPlanStepOverRange.cpp | 179 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
|
| D | Process.cpp | 3377 case eVoteNoOpinion: in ShouldBroadcastEvent() 3430 case eVoteNoOpinion: in ShouldBroadcastEvent()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 35 "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/ |
| D | lldb-private-enumerations.h | 59 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/ |
| D | DynamicLoaderWindowsDYLD.cpp | 225 thread, false, false, eVoteNoOpinion, eVoteNoOpinion)); in GetStepThroughTrampolinePlan()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBThreadPlan.cpp | 342 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
|
| D | SBThread.cpp | 669 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/ |
| D | CommandObjectThread.cpp | 523 eVoteNoOpinion, thread->GetSelectedFrameIndex(), new_plan_status, in DoExecute()
|