[Lldb-commits] [lldb] [lldb-dap] Include [opt] in the frame name only if a custom frame format is not specified. (PR #74861)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 8 15:59:45 PST 2023
https://github.com/bulbazord commented:
I think conceptually this makes sense, but I somewhat wonder if folks would get confused when they have a custom frame format and don't see the [opt] in there? The current behavior is that [opt] is always there so folks know they don't have to put it in their custom frame format. When it's missing after this change, I wonder if they'll notice.
https://github.com/llvm/llvm-project/pull/74861
More information about the lldb-commits
mailing list