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 darwinlog
#ifdef LLDB_PROPERTIES_darwinlog
static constexpr PropertyDefinition g_darwinlog_properties[] = {
{"auto-enable-options", OptionValue::eTypeString, true, 0, "", {}, "Specify the options to 'plugin structured-data darwin-log enable' that should be applied when automatically enabling logging on startup/attach."},
{"enable-on-startup", OptionValue::eTypeBoolean, true, 0, nullptr, {}, "Enable Darwin os_log collection when debugged process is launched or attached."},
};
#undef LLDB_PROPERTIES_darwinlog
#endif // darwinlog Property
|