This revision was not accepted when it landed; it landed in state "Needs
Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG354d10530d26: [lldb] Fix PushPlan to set subplan to private
(autho
kastiglione added a comment.
Jim previously approved this offline.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96916/new/
https://reviews.llvm.org/D96916
___
lldb-commits mailing list
lldb-commits@list
kastiglione created this revision.
kastiglione added a reviewer: jingham.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Call `SetPrivate(true)` for subplans pushed via `PushPlan()`, as described in
its
docstring.
Repository