================ @@ -87,8 +87,15 @@ class Host { StartMonitoringChildProcess(const MonitorChildProcessCallback &callback, lldb::pid_t pid); + /// System log level. + enum SystemLogLevel { + eSystemLogInfo, + eSystemLogWarning, ---------------- adrian-prantl wrote:
Is there a good reason to keep this separate from DiagnosticSeverity? https://lldb.llvm.org/cpp_reference/namespacelldb__private.html#a3b3fff978827f40d27f288b4f1f29369 Maybe we could factor this into private enums? https://github.com/llvm/llvm-project/pull/90904 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits