Michael137 wrote: Also another open question is whether we should `${function.name-with-args}` for this or introduce a new format variable, e.g., `${function.name-formatted}`. @JDevlieghere was looking into implementing a "fallback" operator for `{}` scopes. With that we could make the default `frame-format`: ``` { ${name-formatted} || ${function.name-with-args } ``` (depending on the "fallback" syntax)
https://github.com/llvm/llvm-project/pull/131836 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits