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

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 29 14:14:24 PDT 2021


kastiglione updated this revision to Diff 362880.
kastiglione added a comment.

- Reword comment using Jonas's suggestion
- Pop the last plan right away, and thus change from WillPop to DidPop


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106171

Files:
  lldb/include/lldb/Target/ThreadPlan.h
  lldb/include/lldb/Target/ThreadPlanCallFunction.h
  lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
  lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
  lldb/source/Target/ThreadPlan.cpp
  lldb/source/Target/ThreadPlanCallFunction.cpp
  lldb/source/Target/ThreadPlanCallUserExpression.cpp
  lldb/source/Target/ThreadPlanStack.cpp
  lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106171.362880.patch
Type: text/x-patch
Size: 5957 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210729/9f9993b4/attachment-0001.bin>


More information about the lldb-commits mailing list