[Lldb-commits] [lldb] [lldb-dap] Include [opt] in the frame name only if a custom frame format is not specified. (PR #74861)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 8 20:46:00 PST 2023
clayborg wrote:
`{${function.is-optimized} [opt]}` is how is already is and can be done with frame formats, so I agree with this patch that if the user customizes it, they have complete control and we shouldn't add anything. Does everyone else agree?
https://github.com/llvm/llvm-project/pull/74861
More information about the lldb-commits
mailing list