[Lldb-commits] [PATCH] D142663: Improve disable-language-runtime-unwindplans description to be more searchable

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 27 09:41:07 PST 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8112bd2cb484: disable-language-runtime-unwindplans desc rewrite to be searchable (authored by jasonmolenda).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142663

Files:
  lldb/source/Target/TargetProperties.td


Index: lldb/source/Target/TargetProperties.td
===================================================================
--- lldb/source/Target/TargetProperties.td
+++ lldb/source/Target/TargetProperties.td
@@ -216,7 +216,7 @@
   def DisableLangRuntimeUnwindPlans: Property<"disable-language-runtime-unwindplans", "Boolean">,
     Global,
     DefaultFalse,
-    Desc<"If true, LanguageRuntime plugins' UnwindPlans will not be used when backtracing.">;
+    Desc<"If true, language runtime augmented/overidden backtraces will not be used when printing a stack trace.">;
   def DetachKeepsStopped: Property<"detach-keeps-stopped", "Boolean">,
     Global,
     DefaultFalse,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142663.492818.patch
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230127/611bebce/attachment.bin>


More information about the lldb-commits mailing list