reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1 2 3 4 5 6 7 8 9 10 11 | include "../../../../include/lldb/Core/PropertiesBase.td" let Definition = "platformdarwinkernel" in { def SearchForKexts: Property<"search-locally-for-kexts", "Boolean">, Global, DefaultTrue, Desc<"Automatically search for kexts on the local system when doing kernel debugging.">; def KextDirectories: Property<"kext-directories", "FileSpecList">, DefaultStringValue<"">, Desc<"Directories/KDKs to search for kexts in when starting a kernel debug session.">; } |