Searched refs:stop_vote (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lldb/include/lldb/Target/ |
D | ThreadPlanStepOut.h | 21 bool first_insn, bool stop_others, Vote stop_vote, 79 bool stop_others, Vote stop_vote, Vote run_vote, uint32_t frame_idx,
|
D | ThreadPlanStepInstruction.h | 21 Vote stop_vote, Vote run_vote);
|
D | ThreadPlan.h | 308 Vote stop_vote, Vote run_vote);
|
D | Thread.h | 803 bool stop_other_threads, Vote stop_vote, Vote run_vote, 867 bool stop_other_threads, Vote stop_vote, Vote run_vote,
|
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanStepInstruction.cpp | 26 Vote stop_vote, in ThreadPlanStepInstruction() argument 29 "Step over single instruction", thread, stop_vote, run_vote), in ThreadPlanStepInstruction()
|
D | ThreadPlan.cpp | 23 Vote stop_vote, Vote run_vote) in ThreadPlan() argument 25 m_stop_vote(stop_vote), m_run_vote(run_vote), in ThreadPlan()
|
D | ThreadPlanStepOut.cpp | 36 Vote stop_vote, Vote run_vote, uint32_t frame_idx, in ThreadPlanStepOut() argument 39 : ThreadPlan(ThreadPlan::eKindStepOut, "Step out", thread, stop_vote, in ThreadPlanStepOut()
|
D | Thread.cpp | 1324 bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx, in QueueThreadPlanForStepOut() argument 1327 *this, addr_context, first_insn, stop_other_threads, stop_vote, run_vote, in QueueThreadPlanForStepOut() 1336 bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx, in QueueThreadPlanForStepOutNoShouldStop() argument 1341 *this, addr_context, first_insn, stop_other_threads, stop_vote, run_vote, in QueueThreadPlanForStepOutNoShouldStop()
|
D | Process.cpp | 3546 Vote stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent() local 3551 stop_vote); in ShouldBroadcastEvent() 3553 switch (stop_vote) { in ShouldBroadcastEvent()
|