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