Home
last modified time | relevance | path

Searched refs:step_more (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h35 bool ShouldStop(bool &step_more);
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h40 bool ShouldStop(bool &step_more);
H A DThreadKDP.cpp79 bool ThreadKDP::ShouldStop(bool &step_more) { return true; } in ShouldStop() argument
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h63 bool ShouldStop(bool &step_more);
H A DThreadGDBRemote.cpp292 bool ThreadGDBRemote::ShouldStop(bool &step_more) { return true; } in ShouldStop() argument
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h42 bool ShouldStop(bool &step_more);
H A DMachThread.h86 bool ShouldStop(bool &step_more);
H A DMachThreadList.cpp468 bool MachThreadList::ShouldStop(bool &step_more) { in ShouldStop() argument
473 should_stop = m_threads[idx]->ShouldStop(step_more); in ShouldStop()
H A DMachThread.cpp370 bool MachThread::ShouldStop(bool &step_more) { in ShouldStop() argument
380 step_more = true; in ShouldStop()
H A DMachProcess.mm2350 bool step_more = false;
2351 if (m_thread_list.ShouldStop(step_more) && !auto_resume) {
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DChangeLog598 * MachThread.cpp (MachThread::ShouldStop): Fills in new step_more parameter
600 * MachThreadList.cpp (MachThreadList::ShouldStop): Pass step_more parameter