blob: f9b43ba306b5ae2f0f92c86ac955928fb6867c82 [file] [log] [blame] [edit]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "language_cplusplus", Path = "plugin.cplusplus.display" in {
def FunctionNameFormat: Property<"function-name-format", "FormatEntity">,
Global,
DefaultStringValue<"${function.return-left}${function.scope}${ansi.fg.yellow}${function.basename}${ansi.normal}${function.template-arguments}${function.formatted-arguments}${function.return-right}${function.qualifiers}${function.suffix}">,
Desc<"C++ specific frame format string to use when displaying stack frame information for threads.">;
}