Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/LanguageCPlusPlusProperties.td
213845 views
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}${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.">;
}