Skip to content

Commit 8112bd2

Browse files
committed
disable-language-runtime-unwindplans desc rewrite to be searchable
The description for disable-language-runtime-unwindplans did not include likely search terms ("backtrace", "stack"), rewrite it to include those so it is more easily discoverable with apropos. The text is still not the clearest description of what a language runtime is / what it might do, but this is better. Differential Revision: https://reviews.llvm.org/D142663
1 parent 841b26f commit 8112bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Target/TargetProperties.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ let Definition = "process" in {
216216
def DisableLangRuntimeUnwindPlans: Property<"disable-language-runtime-unwindplans", "Boolean">,
217217
Global,
218218
DefaultFalse,
219-
Desc<"If true, LanguageRuntime plugins' UnwindPlans will not be used when backtracing.">;
219+
Desc<"If true, language runtime augmented/overidden backtraces will not be used when printing a stack trace.">;
220220
def DetachKeepsStopped: Property<"detach-keeps-stopped", "Boolean">,
221221
Global,
222222
DefaultFalse,

0 commit comments

Comments
 (0)