Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[lldb-dap] Include [opt] in the frame name only if a custom frame for…
…mat is not specified. (llvm#74861) Currently there's an include in which `[opt]` might be emitted twice if the frame format also asks for it. As a trivial fix, we should manually emit `[opt]` only if a custom frame format is not specified. (cherry picked from commit 07ed325)
- Loading branch information