Index: source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
===================================================================
--- source/Plugins/Process/Utility/InferiorCallPOSIX.cpp	(revision 169435)
+++ source/Plugins/Process/Utility/InferiorCallPOSIX.cpp	(working copy)
@@ -94,6 +94,7 @@
                     // This plan is a utility plan, so set it to discard itself when done.
                     call_plan_sp->SetIsMasterPlan (true);
                     call_plan_sp->SetOkayToDiscard(true);
+                    call_plan_sp->SetPrivate(true);
                     
                     StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
                     if (frame)
@@ -172,6 +173,7 @@
                    // This plan is a utility plan, so set it to discard itself when done.
                    call_plan_sp->SetIsMasterPlan (true);
                    call_plan_sp->SetOkayToDiscard(true);
+                   call_plan_sp->SetPrivate(true);
                    
                    StackFrame *frame = thread->GetStackFrameAtIndex (0).get();
                    if (frame)
