Home
last modified time | relevance | path

Searched refs:SendInterrupt (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h81 SendInterrupt (lldb_private::Mutex::Locker &locker,
DGDBRemoteCommunicationClient.cpp341 if (SendInterrupt(locker, 2, timed_out)) in SendPacketAndWaitForResponse()
816 if (SendInterrupt (locker, 1, timed_out)) in SendAsyncSignal()
833 GDBRemoteCommunicationClient::SendInterrupt in SendInterrupt() function in GDBRemoteCommunicationClient
DProcessGDBRemote.cpp1756 if (!m_gdb_comm.SendInterrupt (locker, 2, timed_out)) in DoHalt()