Searched refs:run_vote (Results 1 – 8 of 8) sorted by relevance
/external/lldb/include/lldb/Target/ |
D | ThreadPlanStepOut.h | 30 Vote run_vote, 75 Vote run_vote,
|
D | ThreadPlanStepInstruction.h | 43 Vote run_vote);
|
D | ThreadPlan.h | 263 Vote run_vote);
|
D | Thread.h | 638 Vote run_vote, // = eVoteNoOpinion);
|
/external/lldb/source/Target/ |
D | ThreadPlanStepInstruction.cpp | 39 Vote run_vote in ThreadPlanStepInstruction() argument 41 …an (ThreadPlan::eKindStepInstruction, "Step over single instruction", thread, stop_vote, run_vote), in ThreadPlanStepInstruction()
|
D | ThreadPlan.cpp | 32 …:ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, Vote stop_vote, Vote run_vote) : in ThreadPlan() argument 35 m_run_vote (run_vote), in ThreadPlan()
|
D | ThreadPlanStepOut.cpp | 43 Vote run_vote, in ThreadPlanStepOut() argument 46 ThreadPlan (ThreadPlan::eKindStepOut, "Step out", thread, stop_vote, run_vote), in ThreadPlanStepOut()
|
D | Thread.cpp | 1432 Vote run_vote, in QueueThreadPlanForStepOut() argument 1441 run_vote, in QueueThreadPlanForStepOut()
|