blob: 9a2f1f435d9265b6bf5d813a3d08391612b13533 [file] [log] [blame] [edit]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "processkdp", Path = "plugin.process.kdp-remote" in {
def KDPPacketTimeout: Property<"packet-timeout", "UInt64">,
Global,
DefaultUnsignedValue<5>,
Desc<"Specify the default packet timeout in seconds.">;
}