Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStepOut.h21 bool first_insn, bool stop_others, Vote stop_vote,
79 bool stop_others, Vote stop_vote, Vote run_vote, uint32_t frame_idx,
DThreadPlanStepInstruction.h21 Vote stop_vote, Vote run_vote);
DThreadPlan.h308 Vote stop_vote, Vote run_vote);
DThread.h803 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/
DThreadPlanStepInstruction.cpp26 Vote stop_vote, in ThreadPlanStepInstruction() argument
29 "Step over single instruction", thread, stop_vote, run_vote), in ThreadPlanStepInstruction()
DThreadPlan.cpp23 Vote stop_vote, Vote run_vote) in ThreadPlan() argument
25 m_stop_vote(stop_vote), m_run_vote(run_vote), in ThreadPlan()
DThreadPlanStepOut.cpp36 Vote stop_vote, Vote run_vote, uint32_t frame_idx, in ThreadPlanStepOut() argument
39 : ThreadPlan(ThreadPlan::eKindStepOut, "Step out", thread, stop_vote, in ThreadPlanStepOut()
DThread.cpp1324 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()
DProcess.cpp3546 Vote stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent() local
3551 stop_vote); in ShouldBroadcastEvent()
3553 switch (stop_vote) { in ShouldBroadcastEvent()