Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp413 const auto host_packet_timeout = m_gdb_comm.GetHostDefaultPacketTimeout(); in BuildDynamicRegisterInfo() local
414 if (host_packet_timeout > std::chrono::seconds(0)) { in BuildDynamicRegisterInfo()
415 GetGlobalPluginProperties()->SetPacketTimeout(host_packet_timeout.count()); in BuildDynamicRegisterInfo()