[Lldb-commits] [PATCH] D134041: [LLDB] Enable non-trivial types in EmulateInstruction::Context

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 6 07:43:09 PDT 2022


DavidSpickett abandoned this revision.
DavidSpickett added a comment.

https://reviews.llvm.org/D135015 landed using std::variant and no one has complained so far, so this whole patch is now irrelevant. If it comes back, I'll just use variant.

I agree that there are reasons to keep things POD so I am working on that basis with the goal of being able to process information sent to us by remote stubs.

Core files and information provided by lldb itself, I'm thinking about in the background so thanks for the use cases there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134041



More information about the lldb-commits mailing list