Home
last modified time | relevance | path

Searched refs:caused_stop (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp301 ProcessPOSIX::DoHalt(bool &caused_stop) in DoHalt() argument
307 caused_stop = false; in DoHalt()
311 caused_stop = false; in DoHalt()
316 caused_stop = true; in DoHalt()
DProcessPOSIX.h70 DoHalt(bool &caused_stop);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.h136 DoHalt (bool &caused_stop);
DProcessKDP.cpp564 ProcessKDP::DoHalt (bool &caused_stop) in DoHalt() argument
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h139 DoHalt (bool &caused_stop);
DProcessGDBRemote.cpp1741 ProcessGDBRemote::DoHalt (bool &caused_stop) in DoHalt() argument
1764 caused_stop = m_gdb_comm.GetInterruptWasSent (); in DoHalt()
/external/lldb/source/Target/
DProcess.cpp3353 bool caused_stop = false; in Halt() local
3356 error = DoHalt(caused_stop); in Halt()
3372 if (caused_stop) in Halt()
/external/lldb/include/lldb/Target/
DProcess.h2308 DoHalt (bool &caused_stop) in DoHalt() argument