Searched refs:DoHalt (Results 1 - 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h136 DoHalt (bool &caused_stop);
H A DProcessKDP.cpp564 ProcessKDP::DoHalt (bool &caused_stop) function in class:ProcessKDP
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h70 DoHalt(bool &caused_stop);
H A DProcessPOSIX.cpp301 ProcessPOSIX::DoHalt(bool &caused_stop) function in class:ProcessPOSIX
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h139 DoHalt (bool &caused_stop);
H A DProcessGDBRemote.cpp1741 ProcessGDBRemote::DoHalt (bool &caused_stop) function in class:ProcessGDBRemote
/external/lldb/include/lldb/Target/
H A DProcess.h2292 /// DoHalt must produce one and only one stop StateChanged event if it actually
2296 /// DoHalt is run to prevent the events generated while halting to trigger
2308 DoHalt (bool &caused_stop) function in class:lldb_private::Process
/external/lldb/source/Target/
H A DProcess.cpp3356 error = DoHalt(caused_stop);
3366 // If "caused_stop" is true, then DoHalt stopped the process. If
3368 // If the DoHalt caused the process to stop, then we want to catch

Completed in 194 milliseconds