llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPProperties.td

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
259 B
TableGen
Raw Normal View History

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.">;
}