We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bccea18 + 8112bd2 commit efb3355Copy full SHA for efb3355
lldb/source/Target/TargetProperties.td
@@ -252,7 +252,7 @@ let Definition = "process" in {
252
def DisableLangRuntimeUnwindPlans: Property<"disable-language-runtime-unwindplans", "Boolean">,
253
Global,
254
DefaultFalse,
255
- 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.">;
256
def DetachKeepsStopped: Property<"detach-keeps-stopped", "Boolean">,
257
258
0 commit comments