OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_packet_timeout
(Results
1 - 4
of
4
) sorted by null
/external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunication.h
97
const uint32_t
old_packet_timeout
= m_packet_timeout;
local
99
return
old_packet_timeout
;
ProcessGDBRemote.cpp
731
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
[
all
...]
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.h
135
const uint32_t
old_packet_timeout
= m_packet_timeout;
local
137
return
old_packet_timeout
;
/external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp
327
const uint32_t
old_packet_timeout
= m_gdb_client.SetPacketTimeout (5);
local
329
m_gdb_client.SetPacketTimeout (
old_packet_timeout
);
Completed in 216 milliseconds