Home
last modified time | relevance | path

Searched defs:report_stop_vote (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp26 Vote report_stop_vote, in ThreadPlanStepInstruction()
H A DThreadPlan.cpp24 Vote report_stop_vote, Vote report_run_vote) in ThreadPlan()
H A DThreadPlanStepOut.cpp37 Vote report_stop_vote, Vote report_run_vote, uint32_t frame_idx, in ThreadPlanStepOut()
H A DThread.cpp1328 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote, in QueueThreadPlanForStepOut()
1341 bool stop_other_threads, Vote report_stop_vote, Vote report_run_vote, in QueueThreadPlanForStepOutNoShouldStop()
H A DProcess.cpp3468 Vote report_stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent() local