@@ -59,7 +59,7 @@ let Definition = "debugger" in {
59
59
Desc<"The default disassembly format string to use when disassembling instruction sequences.">;
60
60
def FrameFormat: Property<"frame-format", "FormatEntity">,
61
61
Global,
62
- DefaultStringValue<"frame #${frame.index}: ${ansi.fg.yellow }${frame.pc}${ansi.normal}{ ${module.file.basename}{`${function.name-with-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">,
62
+ DefaultStringValue<"frame #${frame.index}: ${ansi.fg.cyan }${frame.pc}${ansi.normal}{ ${module.file.basename}{`${function.name-with-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">,
63
63
Desc<"The default frame format string to use when displaying stack frame information for threads.">;
64
64
def NotiftVoid: Property<"notify-void", "Boolean">,
65
65
Global,
@@ -217,7 +217,7 @@ let Definition = "debugger" in {
217
217
Desc<"If true, LLDB will automatically escape non-printable and escape characters when formatting strings.">;
218
218
def FrameFormatUnique: Property<"frame-format-unique", "FormatEntity">,
219
219
Global,
220
- 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">,
220
+ DefaultStringValue<"frame #${frame.index}: ${ansi.fg.cyan }${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">,
221
221
Desc<"The default frame format string to use when displaying stack frame information for threads from thread backtrace unique.">;
222
222
def ShowAutosuggestion: Property<"show-autosuggestion", "Boolean">,
223
223
Global,
0 commit comments