[Lldb-commits] [lldb] [lldb] Display breakpoint locations using display name (PR #90297)

Dave Lee via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 29 16:16:42 PDT 2024


kastiglione wrote:

@jimingham I'm not sure I've understood your comment entirely. Are you saying the following?

1. Always use `GetDisplayName` when displaying a mangled name
2. Add a setting allowing the user to see `GetName` (which `GetDisplayName` will call whenever the setting is enabled)

What about the cases where the context ("is the name being displayed?") is unclear at the call site? This is why I introduced the `show_function_display_name` parameter, because `DumpStopContext` could be called from either context.

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


More information about the lldb-commits mailing list