blob: 89bf4ad812f32de7f586ad7e80a60415a7af0375 [file]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "platformdarwinkernel", Path = "platform.plugin.darwin-kernel" in {
def KextDirectories: Property<"kext-directories", "FileSpecList">,
DefaultStringValue<"">,
Desc<"Directories/KDKs to search for kexts in when starting a kernel debug session.">;
}
let Definition = "platformdarwin", Path = "platform.plugin.darwin" in {
def IgnoredExceptions: Property<"ignored-exceptions", "String">,
DefaultStringValue<"">,
Desc<"List the mach exceptions to ignore, separated by '|' "
"(e.g. 'EXC_BAD_ACCESS|EXC_BAD_INSTRUCTION'). "
"lldb will instead stop on the BSD signal the exception was converted "
"into, if there is one.">;
}