[Lldb-commits] [lldb] 3c2275a - [LLDB] Add missing space in help for frame-format-unique setting
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 7 01:42:50 PDT 2022
Author: David Spickett
Date: 2022-10-07T08:42:35Z
New Revision: 3c2275a6073cdab5ae883104527b974ec9c9fa6d
URL: https://github.com/llvm/llvm-project/commit/3c2275a6073cdab5ae883104527b974ec9c9fa6d
DIFF: https://github.com/llvm/llvm-project/commit/3c2275a6073cdab5ae883104527b974ec9c9fa6d.diff
LOG: [LLDB] Add missing space in help for frame-format-unique setting
Added:
Modified:
lldb/source/Core/CoreProperties.td
Removed:
################################################################################
diff --git a/lldb/source/Core/CoreProperties.td b/lldb/source/Core/CoreProperties.td
index f3d6855fd8065..b8b2a881160a0 100644
--- a/lldb/source/Core/CoreProperties.td
+++ b/lldb/source/Core/CoreProperties.td
@@ -178,7 +178,7 @@ let Definition = "debugger" in {
def FrameFormatUnique: Property<"frame-format-unique", "FormatEntity">,
Global,
DefaultStringValue<"frame #${frame.index}: ${ansi.fg.yellow}${frame.pc}${ansi.normal}{ ${module.file.basename}{`${function.name-without-args}{${frame.no-debug}${function.pc-offset}}}}{ at ${ansi.fg.cyan}${line.file.basename}${ansi.normal}:${ansi.fg.yellow}${line.number}${ansi.normal}{:${ansi.fg.yellow}${line.column}${ansi.normal}}}{${function.is-optimized} [opt]}{${frame.is-artificial} [artificial]}\\\\n">,
- Desc<"The default frame format string to use when displaying stack frameinformation for threads from thread backtrace unique.">;
+ Desc<"The default frame format string to use when displaying stack frame information for threads from thread backtrace unique.">;
def ShowAutosuggestion: Property<"show-autosuggestion", "Boolean">,
Global,
DefaultFalse,
More information about the lldb-commits
mailing list