ProcessKDPProperties.td 259 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 include "../../../../include/lldb/Core/PropertiesBase.td" let Definition = "processkdp" in { def KDPPacketTimeout: Property<"packet-timeout", "UInt64">, Global, DefaultUnsignedValue<5>, Desc<"Specify the default packet timeout in seconds.">; }