[Lldb-commits] [PATCH] D106171: [lldb] Avoid moving ThreadPlanSP from plans vector

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 20 15:11:07 PDT 2021


kastiglione added a comment.

@aprantl I renamed `WillPop` to accurately reflect that it's `DidPop`. I also added a comment about the invariant that is broken when `std::move` is used on elements of `m_plans`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106171



More information about the lldb-commits mailing list