[all-commits] [llvm/llvm-project] 354d10: [lldb] Fix PushPlan to set subplan to private

Dave Lee via All-commits all-commits at lists.llvm.org
Wed Mar 10 11:06:09 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 354d10530d267838a08bf0a27b1bdf69fd99086e
      https://github.com/llvm/llvm-project/commit/354d10530d267838a08bf0a27b1bdf69fd99086e
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
    M lldb/include/lldb/Target/ThreadPlan.h

  Log Message:
  -----------
  [lldb] Fix PushPlan to set subplan to private

Call `SetPrivate(true)` for subplans pushed via `PushPlan()`, as described in its
docstring.

Differential Revision: https://reviews.llvm.org/D96916




More information about the All-commits mailing list