Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.h44 ShouldStop (bool &step_more);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h51 ShouldStop (bool &step_more);
DThreadKDP.cpp99 ThreadKDP::ShouldStop (bool &step_more) in ShouldStop() argument
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h54 ShouldStop (bool &step_more);
DThreadGDBRemote.cpp151 ThreadGDBRemote::ShouldStop (bool &step_more) in ShouldStop() argument
/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.h37 bool ShouldStop (bool &step_more);
DMachThread.h78 bool ShouldStop(bool &step_more);
DMachThread.cpp414 MachThread::ShouldStop(bool &step_more) in ShouldStop() argument
429 step_more = true; in ShouldStop()
DMachThreadList.cpp472 MachThreadList::ShouldStop(bool &step_more) in ShouldStop() argument
479 should_stop = m_threads[idx]->ShouldStop(step_more); in ShouldStop()
DMachProcess.cpp1170 bool step_more = false; in ExceptionMessageBundleComplete() local
1171 if (m_thread_list.ShouldStop(step_more)) in ExceptionMessageBundleComplete()
/external/lldb/tools/debugserver/source/
DChangeLog598 * MachThread.cpp (MachThread::ShouldStop): Fills in new step_more parameter
600 * MachThreadList.cpp (MachThreadList::ShouldStop): Pass step_more parameter