Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanStepOut.h31 Vote stop_vote,
85 Vote stop_vote,
HDThreadPlanStepInstruction.h43 Vote stop_vote,
HDThread.h834 Vote stop_vote, // = eVoteYes,
873 Vote stop_vote, // = eVoteYes,
HDThreadPlan.h264 Vote stop_vote,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepInstruction.cpp37 Vote stop_vote, in ThreadPlanStepInstruction() argument
40 …ThreadPlan (ThreadPlan::eKindStepInstruction, "Step over single instruction", thread, stop_vote, r… in ThreadPlanStepInstruction()
HDThreadPlan.cpp31 ThreadPlan::ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, Vote stop_vote, Vote … in ThreadPlan() argument
33 m_stop_vote (stop_vote), in ThreadPlan()
HDThreadPlanStepOut.cpp45 Vote stop_vote, in ThreadPlanStepOut() argument
50 ThreadPlan (ThreadPlan::eKindStepOut, "Step out", thread, stop_vote, run_vote), in ThreadPlanStepOut()
HDThread.cpp1567 Vote stop_vote, in QueueThreadPlanForStepOut() argument
1577 stop_vote, in QueueThreadPlanForStepOut()
1600 Vote stop_vote, in QueueThreadPlanForStepOutNoShouldStop() argument
1609 stop_vote, in QueueThreadPlanForStepOutNoShouldStop()
HDProcess.cpp4235 Vote stop_vote = m_thread_list.ShouldReportStop (event_ptr); in ShouldBroadcastEvent() local
4239 was_restarted, stop_vote); in ShouldBroadcastEvent()
4241 switch (stop_vote) in ShouldBroadcastEvent()