1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|* Property definition enum for LLDB. *|
|* *|
|* Automatically generated file, do not edit! *|
|* *|
\*===----------------------------------------------------------------------===*/
// Property enum cases for dynamicloaderdarwinkernel
#ifdef LLDB_PROPERTIES_dynamicloaderdarwinkernel
ePropertyLoadKexts,
ePropertyScanType,
#undef LLDB_PROPERTIES_dynamicloaderdarwinkernel
#endif // dynamicloaderdarwinkernel Property
|