brintos

brintos / llvm-project-archived public Read only

0
0
Text · 259 B · 0063bdb Raw
9 lines · plain
1include "../../../../include/lldb/Core/PropertiesBase.td"2 3let Definition = "processkdp" in {4  def KDPPacketTimeout: Property<"packet-timeout", "UInt64">,5    Global,6    DefaultUnsignedValue<5>,7    Desc<"Specify the default packet timeout in seconds.">;8}9