[all-commits] [llvm/llvm-project] 07ed32: [lldb-dap] Include [opt] in the frame name only if...
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Mon Dec 11 11:46:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07ed3258d0b38bdfd60c203c23a59c8ce8def914
https://github.com/llvm/llvm-project/commit/07ed3258d0b38bdfd60c203c23a59c8ce8def914
Author: Walter Erquinigo <a20012251 at gmail.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M lldb/tools/lldb-dap/JSONUtils.cpp
Log Message:
-----------
[lldb-dap] Include [opt] in the frame name only if a custom frame format is not specified. (#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.
More information about the All-commits
mailing list