summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLogProperties.td
blob: 5c22158542f9873bd01ab0a9500294bc7a2d312b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
include "../../../../include/lldb/Core/PropertiesBase.td"

let Definition = "darwinlog" in {
  def EnableOnStartup: Property<"enable-on-startup", "Boolean">,
    Global,
    DefaultFalse,
    Desc<"Enable Darwin os_log collection when debugged process is launched or attached.">;
  def AutoEnableOptions: Property<"auto-enable-options", "String">,
    Global,
    DefaultStringValue<"">,
    Desc<"Specify the options to 'plugin structured-data darwin-log enable' that should be applied when automatically enabling logging on startup/attach.">;
}