[Lldb-commits] [PATCH] D126225: Fix lldb-vscode frame test failure

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 23 13:03:11 PDT 2022


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Since this "optimized" value isn't part of the actual JSON schema for the stack frames, and since we aren't using it in the IDE, best to remove this until it is either in the protocol definition or used by the IDE.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126225/new/

https://reviews.llvm.org/D126225



More information about the lldb-commits mailing list