1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|* Property definitions for LLDB. *|
|* *|
|* Automatically generated file, do not edit! *|
|* *|
\*===----------------------------------------------------------------------===*/
// Property definitions for dynamicloaderdarwinkernel
#ifdef LLDB_PROPERTIES_dynamicloaderdarwinkernel
static constexpr PropertyDefinition g_dynamicloaderdarwinkernel_properties[] = {
{"load-kexts", OptionValue::eTypeBoolean, true, 1, nullptr, {}, "Automatically loads kext images when attaching to a kernel."},
{"scan-type", OptionValue::eTypeEnum, true, eKASLRScanNearPC, nullptr, OptionEnumValues(g_kaslr_kernel_scan_enum_values), "Control how many reads lldb will make while searching for a Darwin kernel on attach."},
};
#undef LLDB_PROPERTIES_dynamicloaderdarwinkernel
#endif // dynamicloaderdarwinkernel Property
|