Searched refs:old_packet_timeout (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h135 const uint32_t old_packet_timeout = m_packet_timeout; local
137 return old_packet_timeout;
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h97 const uint32_t old_packet_timeout = m_packet_timeout; local
99 return old_packet_timeout;
H A DProcessGDBRemote.cpp731 const uint32_t old_packet_timeout = m_gdb_comm.SetPacketTimeout (10); local
750 m_gdb_comm.SetPacketTimeout (old_packet_timeout);
1927 const uint32_t old_packet_timeout = m_gdb_comm.SetPacketTimeout (3); local
1954 m_gdb_comm.SetPacketTimeout(old_packet_timeout);
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp327 const uint32_t old_packet_timeout = m_gdb_client.SetPacketTimeout (5); local
329 m_gdb_client.SetPacketTimeout (old_packet_timeout);

Completed in 393 milliseconds