Index: source/Plugins/Process/POSIX/POSIXStopInfo.cpp
===================================================================
--- source/Plugins/Process/POSIX/POSIXStopInfo.cpp	(revision 170569)
+++ source/Plugins/Process/POSIX/POSIXStopInfo.cpp	(working copy)
@@ -33,13 +33,13 @@
 bool
 POSIXLimboStopInfo::ShouldStop(Event *event_ptr)
 {
-    return true;
+    return false;
 }
 
 bool
 POSIXLimboStopInfo::ShouldNotify(Event *event_ptr)
 {
-    return true;
+    return false;
 }
 
 //===----------------------------------------------------------------------===//
Index: source/Target/ThreadPlanBase.cpp
===================================================================
--- source/Target/ThreadPlanBase.cpp	(revision 170569)
+++ source/Target/ThreadPlanBase.cpp	(working copy)
@@ -146,7 +146,8 @@
                 log->Printf("Base plan discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exec.)", m_thread.GetID());
             m_thread.DiscardThreadPlans(false);
             return true;
-            
+
+        case eStopReasonTrace:
         case eStopReasonSignal:
             if (stop_info_sp->ShouldStop(event_ptr))
             {
