[Lldb-commits] [lldb] [lldb][Format] Fall back to old function.name-with-args if language frame format is emtpy (PR #148235)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 11 05:58:41 PDT 2025
Michael137 wrote:
> Is it a reasonable use case to want to not print anything? If not, then I think this is a valid way of deactivating the plugin formatting.
There are better ways of not printing a function name in the frame. E.g., overriding the `frame-format` setting
https://github.com/llvm/llvm-project/pull/148235
More information about the lldb-commits
mailing list