diff options
Diffstat (limited to 'lldb/source/Target/ThreadPlanCallFunction.cpp')
-rw-r--r-- | lldb/source/Target/ThreadPlanCallFunction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Target/ThreadPlanCallFunction.cpp b/lldb/source/Target/ThreadPlanCallFunction.cpp index a17b3b6ce72..9e768641f05 100644 --- a/lldb/source/Target/ThreadPlanCallFunction.cpp +++ b/lldb/source/Target/ThreadPlanCallFunction.cpp @@ -44,6 +44,7 @@ ThreadPlanCallFunction::ConstructorSetup (Thread &thread, { SetIsMasterPlan (true); SetOkayToDiscard (false); + SetPrivate (true); ProcessSP process_sp (thread.GetProcess()); if (!process_sp) |