File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
lldb/source/Plugins/Language/Swift Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
include "../../../../include/lldb/Core/PropertiesBase.td"
2
2
3
3
let Definition = "language_swift" in {
4
- def FunctionNameFormat
5
- : Property<"function-name-format", "FormatEntity">,
6
- Global,
7
- DefaultStringValue<
8
- "${function.prefix}${ansi.fg.yellow}${function.basename}${ansi."
9
- "normal}${function.formatted-arguments}${function.suffix}">,
10
- Desc<"Swift specific frame format string to use when displaying stack "
11
- "frame information for threads.">;
4
+ def FunctionNameFormat: Property<"function-name-format", "FormatEntity">,
5
+ Global,
6
+ DefaultStringValue<"${function.prefix}${ansi.fg.yellow}${function.basename}${ansi.normal}${function.formatted-arguments}${function.suffix}">,
7
+ Desc<"Swift specific frame format string to use when displaying stack frame information for threads.">;
12
8
}
You can’t perform that action at this time.
0 commit comments