Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Plugins / DynamicLoader / Darwin-Kernel / DynamicLoaderDarwinKernelProperties.td
blob6c662d737fab8a53eb7e82186c4a4d35f501237a
1 include "../../../../include/lldb/Core/PropertiesBase.td"
3 let Definition = "dynamicloaderdarwinkernel" in {
4   def LoadKexts: Property<"load-kexts", "Boolean">,
5     Global,
6     DefaultTrue,
7     Desc<"Automatically loads kext images when attaching to a kernel.">;
8   def ScanType: Property<"scan-type", "Enum">,
9     Global,
10     DefaultEnumValue<"eKASLRScanNearPC">,
11     EnumValues<"OptionEnumValues(g_kaslr_kernel_scan_enum_values)">,
12     Desc<"Control how many reads lldb will make while searching for a Darwin kernel on attach.">;