[ORC] Fail materialization in tasks that are destroyed before running.
[llvm-project.git] / lldb / source / Plugins / Process / MacOSX-Kernel / ProcessKDPProperties.td
blob0063bdbec00404b42e168fc9e5dddc1778e0ec1d
1 include "../../../../include/lldb/Core/PropertiesBase.td"
3 let Definition = "processkdp" in {
4   def KDPPacketTimeout: Property<"packet-timeout", "UInt64">,
5     Global,
6     DefaultUnsignedValue<5>,
7     Desc<"Specify the default packet timeout in seconds.">;