xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td (revision 8550894424f8a4aa4aafb6cd57229dd6ed7cd9dd)
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