[Lldb-commits] [PATCH] D96916: [lldb] Fix PushPlan to set subplan to private

2021-03-10 Thread Dave Lee via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D96916: [lldb] Fix PushPlan to set subplan to private

2021-03-10 Thread Dave Lee via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D96916: [lldb] Fix PushPlan to set subplan to private

2021-02-17 Thread Dave Lee via Phabricator via lldb-commits
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