[Lldb-commits] [PATCH] D145529: [lldb] Change default value of dwim-print-verbosity setting

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 8 11:11:11 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG632c396499eb: [lldb] Change default value of dwim-print-verbosity setting (authored by kastiglione).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145529/new/

https://reviews.llvm.org/D145529

Files:
  lldb/source/Core/CoreProperties.td


Index: lldb/source/Core/CoreProperties.td
===================================================================
--- lldb/source/Core/CoreProperties.td
+++ lldb/source/Core/CoreProperties.td
@@ -193,7 +193,7 @@
     Desc<"When displaying suggestion in a color-enabled terminal, use the ANSI terminal code specified in this format immediately after the suggestion.">;
   def DWIMPrintVerbosity: Property<"dwim-print-verbosity", "Enum">,
     Global,
-    DefaultEnumValue<"eDWIMPrintVerbosityExpression">,
+    DefaultEnumValue<"eDWIMPrintVerbosityNone">,
     EnumValues<"OptionEnumValues(g_dwim_print_verbosities)">,
     Desc<"The verbosity level used by dwim-print.">;
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145529.503450.patch
Type: text/x-patch
Size: 672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230308/d93e7c6a/attachment.bin>


More information about the lldb-commits mailing list