Searched refs:stop_vote (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ThreadPlanStepOut.h | 31 Vote stop_vote, 85 Vote stop_vote,
|
| HD | ThreadPlanStepInstruction.h | 43 Vote stop_vote,
|
| HD | Thread.h | 834 Vote stop_vote, // = eVoteYes, 873 Vote stop_vote, // = eVoteYes,
|
| HD | ThreadPlan.h | 264 Vote stop_vote,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | ThreadPlanStepInstruction.cpp | 37 Vote stop_vote, in ThreadPlanStepInstruction() argument 40 …ThreadPlan (ThreadPlan::eKindStepInstruction, "Step over single instruction", thread, stop_vote, r… in ThreadPlanStepInstruction()
|
| HD | ThreadPlan.cpp | 31 ThreadPlan::ThreadPlan(ThreadPlanKind kind, const char *name, Thread &thread, Vote stop_vote, Vote … in ThreadPlan() argument 33 m_stop_vote (stop_vote), in ThreadPlan()
|
| HD | ThreadPlanStepOut.cpp | 45 Vote stop_vote, in ThreadPlanStepOut() argument 50 ThreadPlan (ThreadPlan::eKindStepOut, "Step out", thread, stop_vote, run_vote), in ThreadPlanStepOut()
|
| HD | Thread.cpp | 1567 Vote stop_vote, in QueueThreadPlanForStepOut() argument 1577 stop_vote, in QueueThreadPlanForStepOut() 1600 Vote stop_vote, in QueueThreadPlanForStepOutNoShouldStop() argument 1609 stop_vote, in QueueThreadPlanForStepOutNoShouldStop()
|
| HD | Process.cpp | 4235 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()
|