xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td (revision c1a45aed656e7d5627c30c92421893a76f370ccb)
1include "../../../../include/lldb/Core/PropertiesBase.td"
2
3let Definition = "platformdarwinkernel" in {
4  def KextDirectories: Property<"kext-directories", "FileSpecList">,
5    DefaultStringValue<"">,
6    Desc<"Directories/KDKs to search for kexts in when starting a kernel debug session.">;
7}
8