view lldb/source/Plugins/Platform/MacOSX/PlatformMacOSXProperties.td @ 173:0572611fdcc8 llvm10 llvm12

reorgnization done
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 11:55:54 +0900
parents 1d019706d866
children 2e18cbf3894f
line wrap: on
line source

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.">;
}