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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h110 const uint32_t old_packet_timeout = m_packet_timeout; local
112 return old_packet_timeout;
H A DProcessGDBRemote.cpp818 const uint32_t old_packet_timeout = m_gdb_comm.SetPacketTimeout (10); local
837 m_gdb_comm.SetPacketTimeout (old_packet_timeout);
2018 const uint32_t old_packet_timeout = m_gdb_comm.SetPacketTimeout (3); local
2063 m_gdb_comm.SetPacketTimeout(old_packet_timeout);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp381 const uint32_t old_packet_timeout = m_gdb_client.SetPacketTimeout (5); local
383 m_gdb_client.SetPacketTimeout (old_packet_timeout);

Completed in 105 milliseconds