[Lldb-commits] [PATCH] D126225: Fix lldb-vscode frame test failure
jeffrey tan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon May 23 14:05:01 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa1d490319a9e: Fix lldb-vscode frame test failure (authored by yinghuitan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126225/new/
https://reviews.llvm.org/D126225
Files:
lldb/tools/lldb-vscode/JSONUtils.cpp
Index: lldb/tools/lldb-vscode/JSONUtils.cpp
===================================================================
--- lldb/tools/lldb-vscode/JSONUtils.cpp
+++ lldb/tools/lldb-vscode/JSONUtils.cpp
@@ -765,7 +765,6 @@
if (is_optimized)
frame_name += " [opt]";
EmplaceSafeString(object, "name", frame_name);
- object.try_emplace("optimized", is_optimized);
int64_t disasm_line = 0;
object.try_emplace("source", CreateSource(frame, disasm_line));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126225.431477.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220523/474a7995/attachment.bin>
More information about the lldb-commits
mailing list