Skip to content

Commit efb3355

Browse files
author
git apple-llvm automerger
committed
Merge commit '8112bd2cb484' from llvm.org/main into next
2 parents bccea18 + 8112bd2 commit efb3355

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
@@ -252,7 +252,7 @@ let Definition = "process" in {
252252
def DisableLangRuntimeUnwindPlans: Property<"disable-language-runtime-unwindplans", "Boolean">,
253253
Global,
254254
DefaultFalse,
255-
Desc<"If true, LanguageRuntime plugins' UnwindPlans will not be used when backtracing.">;
255+
Desc<"If true, language runtime augmented/overidden backtraces will not be used when printing a stack trace.">;
256256
def DetachKeepsStopped: Property<"detach-keeps-stopped", "Boolean">,
257257
Global,
258258
DefaultFalse,

0 commit comments

Comments
 (0)