/external/lldb/source/Target/ |
D | ThreadPlanBase.cpp | 37 ThreadPlan(ThreadPlan::eKindBase, "base plan", thread, eVoteYes, eVoteNoOpinion) in ThreadPlanBase() 91 return eVoteNoOpinion; in ShouldReportStop() 94 return eVoteNoOpinion; in ShouldReportStop() 114 m_run_vote = eVoteNoOpinion; in ShouldStop() 193 m_run_vote = eVoteNoOpinion; in ShouldStop() 224 m_run_vote = eVoteNoOpinion; in DoWillResume()
|
D | ThreadPlanRunToAddress.cpp | 37 …lan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress() 52 …lan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress() 67 …lan (ThreadPlan::eKindRunToAddress, "Run to address plan", thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanRunToAddress()
|
D | ThreadPlan.cpp | 100 if (m_stop_vote == eVoteNoOpinion) in ShouldReportStop() 120 if (m_run_vote == eVoteNoOpinion) in ShouldReportRun() 222 eVoteNoOpinion, in ThreadPlanNull() 223 eVoteNoOpinion) in ThreadPlanNull()
|
D | ThreadList.cpp | 334 Vote result = eVoteNoOpinion; in ShouldReportStop() 351 case eVoteNoOpinion: in ShouldReportStop() 359 if (result == eVoteNoOpinion) in ShouldReportStop() 399 Vote result = eVoteNoOpinion; in ShouldReportRun() 414 case eVoteNoOpinion: in ShouldReportRun() 417 if (result == eVoteNoOpinion) in ShouldReportRun()
|
D | ThreadPlanCallFunction.cpp | 137 …Plan (ThreadPlan::eKindCallFunction, "Call function plan", thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction() 203 …Plan (ThreadPlan::eKindCallFunction, "Call function plan", thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanCallFunction()
|
D | Thread.cpp | 466 if (vote == eVoteNoOpinion) in SetShouldReportStop() 919 … = 0x%4.4" PRIx64 ": returning vote %i (state was suspended or invalid)", GetID(), eVoteNoOpinion); in ShouldReportStop() 920 return eVoteNoOpinion; in ShouldReportStop() 926 … PRIx64 ": returning vote %i (temporary state was suspended or invalid)", GetID(), eVoteNoOpinion); in ShouldReportStop() 927 return eVoteNoOpinion; in ShouldReportStop() 933 … 0x%4.4" PRIx64 ": returning vote %i (thread didn't stop for a reason.)", GetID(), eVoteNoOpinion); in ShouldReportStop() 934 return eVoteNoOpinion; in ShouldReportStop() 946 Vote thread_vote = eVoteNoOpinion; in ShouldReportStop() 975 return eVoteNoOpinion; in ShouldReportRun() 1369 … ThreadPlanStepInstruction (*this, step_over, stop_other_threads, eVoteNoOpinion, eVoteNoOpinion)); in QueueThreadPlanForStepSingleInstruction()
|
D | ThreadPlanStepThrough.cpp | 36 …KindStepThrough, "Step through trampolines and prologues", thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepThrough()
|
D | ThreadPlanStepUntil.cpp | 43 ThreadPlan (ThreadPlan::eKindStepUntil, "Step until", thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepUntil()
|
D | ThreadPlanStepOut.cpp | 84 eVoteNoOpinion, in ThreadPlanStepOut() 85 eVoteNoOpinion, in ThreadPlanStepOut()
|
D | ThreadPlanStepOverBreakpoint.cpp | 33 eVoteNoOpinion), // We need to report the run since this happens in ThreadPlanStepOverBreakpoint()
|
D | ThreadPlanStepRange.cpp | 48 ThreadPlan (kind, name, thread, eVoteNoOpinion, eVoteNoOpinion), in ThreadPlanStepRange()
|
D | ThreadPlanStepInstruction.cpp | 155 eVoteNoOpinion, in ShouldStop()
|
D | ThreadPlanStepOverRange.cpp | 150 eVoteNoOpinion, in ShouldStop()
|
D | ThreadPlanStepInRange.cpp | 388 eVoteNoOpinion, in DefaultShouldStopHereCallback()
|
D | Process.cpp | 3669 case eVoteNoOpinion: in ShouldBroadcastEvent() 3724 case eVoteNoOpinion: in ShouldBroadcastEvent()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 45 eVoteNoOpinion, in AppleThreadPlanStepThroughObjCTrampoline() 46 eVoteNoOpinion), in AppleThreadPlanStepThroughObjCTrampoline() 194 eVoteNoOpinion, in ShouldStop() 195 eVoteNoOpinion, in ShouldStop()
|
/external/lldb/include/lldb/ |
D | lldb-private-enumerations.h | 45 eVoteNoOpinion = 0, enumerator
|
/external/lldb/source/ |
D | lldb.cpp | 340 case eVoteNoOpinion: return "no opinion"; in GetVoteAsCString()
|
/external/lldb/source/API/ |
D | SBThread.cpp | 670 eVoteNoOpinion, in StepOut() 705 eVoteNoOpinion, in StepOutOfFrame()
|
/external/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 518 eVoteNoOpinion, in DoExecute()
|