blob: 0063bdbec00404b42e168fc9e5dddc1778e0ec1d [file] [log] [blame]
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.">;
}