[Lldb-commits] [lldb] [lldb] Add a log level to Host::SystemLog (PR #90904)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu May 2 16:46:18 PDT 2024
================
@@ -87,8 +87,15 @@ class Host {
StartMonitoringChildProcess(const MonitorChildProcessCallback &callback,
lldb::pid_t pid);
+ /// System log level.
+ enum SystemLogLevel {
+ eSystemLogInfo,
+ eSystemLogWarning,
----------------
JDevlieghere wrote:
Good point! https://github.com/llvm/llvm-project/pull/90917
https://github.com/llvm/llvm-project/pull/90904
More information about the lldb-commits
mailing list