Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp55 const static uint32_t g_default_packet_timeout_sec = 20; // seconds variable
57 const static uint32_t g_default_packet_timeout_sec = 0; // not specified variable
311 if (g_default_packet_timeout_sec > 0) in Handle_qHostInfo()
312 response.Printf("default_packet_timeout:%u;", g_default_packet_timeout_sec); in Handle_qHostInfo()