Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp51 const static uint32_t g_default_packet_timeout_sec = 20; // seconds variable
53 const static uint32_t g_default_packet_timeout_sec = 0; // not specified variable
262 if (g_default_packet_timeout_sec > 0) in Handle_qHostInfo()
263 response.Printf ("default_packet_timeout:%u;", g_default_packet_timeout_sec); in Handle_qHostInfo()