Searched defs:stop_vote (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp38 Vote stop_vote,
41 ThreadPlan (ThreadPlan::eKindStepInstruction, "Step over single instruction", thread, stop_vote, run_vote),
33 ThreadPlanStepInstruction( Thread &thread, bool step_over, bool stop_other_threads, Vote stop_vote, Vote run_vote ) argument
H A DThreadPlan.cpp32 ThreadPlan::ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, Vote stop_vote, Vote run_vote) : argument
34 m_stop_vote (stop_vote),
H A DThreadPlanStepOut.cpp42 Vote stop_vote,
46 ThreadPlan (ThreadPlan::eKindStepOut, "Step out", thread, stop_vote, run_vote),
36 ThreadPlanStepOut( Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, Vote stop_vote, Vote run_vote, uint32_t frame_idx ) argument
H A DThread.cpp1431 Vote stop_vote,
1440 stop_vote,
1425 QueueThreadPlanForStepOut( bool abort_other_plans, SymbolContext *addr_context, bool first_insn, bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx ) argument

Completed in 105 milliseconds