Home
last modified time | relevance | path

Searched refs:stop_vote (Results 1 – 9 of 9) sorted by relevance

/external/lldb/include/lldb/Target/
DThreadPlanStepOut.h29 Vote stop_vote,
74 Vote stop_vote,
DThreadPlanStepInstruction.h42 Vote stop_vote,
DThreadPlan.h262 Vote stop_vote,
DThread.h637 Vote stop_vote, // = eVoteYes,
/external/lldb/source/Target/
DThreadPlanStepInstruction.cpp38 Vote stop_vote, in ThreadPlanStepInstruction() argument
41 …ThreadPlan (ThreadPlan::eKindStepInstruction, "Step over single instruction", thread, stop_vote, r… in ThreadPlanStepInstruction()
DThreadPlan.cpp32 ThreadPlan::ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, Vote stop_vote, Vote … in ThreadPlan() argument
34 m_stop_vote (stop_vote), in ThreadPlan()
DThreadPlanStepOut.cpp42 Vote stop_vote, in ThreadPlanStepOut() argument
46 ThreadPlan (ThreadPlan::eKindStepOut, "Step out", thread, stop_vote, run_vote), in ThreadPlanStepOut()
DThread.cpp1431 Vote stop_vote, in QueueThreadPlanForStepOut() argument
1440 stop_vote, in QueueThreadPlanForStepOut()
DProcess.cpp3711 Vote stop_vote = m_thread_list.ShouldReportStop (event_ptr); in ShouldBroadcastEvent() local
3717 stop_vote); in ShouldBroadcastEvent()
3719 switch (stop_vote) in ShouldBroadcastEvent()