[libcxxabi] [lldb] [llvm] [lldb] Add frame-format option to highlight function names in backtraces (PR #131836)

Michael Buch via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 14 01:49:21 PDT 2025


Michael137 wrote:

Latest set of commits should be reviewable. I updated the PR description with an overview of the commits.

One remaining issue I haven't dealt with yet is `TestCxxFrameFormatRecursive.test` where we set the `plugin.cplusplus.language.function-name-format` variable to `${function.name-with-args}`. Which would cause infinite recursion as `${function.name-with-args}` tries to format according to `plugin.cplusplus.language.function-name-format`. Don't think we've had precendent for something like that yet, so there aren't any safeguards for this

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


More information about the llvm-commits mailing list