blob: 5e3ed81c270a82bf62bc51427a2f0c40da6575e2 [file] [log] [blame] [edit]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "darwinlog", Path = "plugin.structured-data.darwin-log" 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.">;
}