================
@@ -1512,7 +1512,22 @@ void
Debugger::ReportDiagnosticImpl(DiagnosticEventData::Type type,
std::string message,
std::optional<lldb::user_id_t> debugger_id,
std::once_flag *once) {
+ auto GetSystemLogLevel = [](DiagnosticEventData::Type type) {
----------------
medismailben wrote:
nit: This could be `constexpr` I think
https://github.com/llvm/llvm-project/pull/90913
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits