Searched refs:stop_vote (Results 1 – 9 of 9) sorted by relevance
/external/lldb/include/lldb/Target/ |
D | ThreadPlanStepOut.h | 29 Vote stop_vote, 74 Vote stop_vote,
|
D | ThreadPlanStepInstruction.h | 42 Vote stop_vote,
|
D | ThreadPlan.h | 262 Vote stop_vote,
|
D | Thread.h | 637 Vote stop_vote, // = eVoteYes,
|
/external/lldb/source/Target/ |
D | ThreadPlanStepInstruction.cpp | 38 Vote stop_vote, in ThreadPlanStepInstruction() argument 41 …ThreadPlan (ThreadPlan::eKindStepInstruction, "Step over single instruction", thread, stop_vote, r… in ThreadPlanStepInstruction()
|
D | ThreadPlan.cpp | 32 ThreadPlan::ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, Vote stop_vote, Vote … in ThreadPlan() argument 34 m_stop_vote (stop_vote), in ThreadPlan()
|
D | ThreadPlanStepOut.cpp | 42 Vote stop_vote, in ThreadPlanStepOut() argument 46 ThreadPlan (ThreadPlan::eKindStepOut, "Step out", thread, stop_vote, run_vote), in ThreadPlanStepOut()
|
D | Thread.cpp | 1431 Vote stop_vote, in QueueThreadPlanForStepOut() argument 1440 stop_vote, in QueueThreadPlanForStepOut()
|
D | Process.cpp | 3711 Vote stop_vote = m_thread_list.ShouldReportStop (event_ptr); in ShouldBroadcastEvent() local 3717 stop_vote); in ShouldBroadcastEvent() 3719 switch (stop_vote) in ShouldBroadcastEvent()
|