[lldb] [llvm] [lldb] Add new per-language frame-format variables for formatting function names (PR #131836)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 14:23:27 PDT 2025


================
@@ -2074,6 +2076,64 @@ static const Definition *FindEntry(const llvm::StringRef &format_str,
   return parent;
 }
 
+/// Parses a single highlighting format specifier.
+///
+/// Example syntax for such specifier:
+/// \code
+/// ${function.name-with-args:%highlight_basename(ansi.fg.green)}
----------------
Michael137 wrote:

This got lost in the noise a bit but @jimingham , do you still have an issue with the setting name after my explanation above? Maybe we can find an alternative to `language` for the `<setting name>` part

https://github.com/llvm/llvm-project/pull/131836


More information about the llvm-commits mailing list