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

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h97 const uint32_t old_packet_timeout = m_packet_timeout; local
H A DProcessGDBRemote.cpp730 const uint32_t old_packet_timeout = m_gdb_comm.SetPacketTimeout (10); local
1928 const uint32_t old_packet_timeout = m_gdb_comm.SetPacketTimeout (3); local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp327 const uint32_t old_packet_timeout = m_gdb_client.SetPacketTimeout (5); local

Completed in 98 milliseconds