[Lldb-commits] [lldb] [lldb] Inline expression evaluator error visualization (PR #106470)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 27 01:56:33 PDT 2024


================
@@ -592,7 +592,18 @@ lldb::DWIMPrintVerbosity Debugger::GetDWIMPrintVerbosity() const {
   const uint32_t idx = ePropertyDWIMPrintVerbosity;
   return GetPropertyAtIndexAs<lldb::DWIMPrintVerbosity>(
       idx, static_cast<lldb::DWIMPrintVerbosity>(
-               g_debugger_properties[idx].default_uint_value));
+               g_debugger_properties[idx].default_uint_value != 0));
----------------
labath wrote:

Did you intend to change DWIM code?

https://github.com/llvm/llvm-project/pull/106470


More information about the lldb-commits mailing list