Added a break statement that was needed. Caught by clang's unannotated case fall...
authorGreg Clayton <gclayton@apple.com>
Fri, 18 Mar 2016 20:53:35 +0000 (20:53 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 18 Mar 2016 20:53:35 +0000 (20:53 +0000)
llvm-svn: 263830

lldb/tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp

index 848529f..f92595a 100644 (file)
@@ -770,7 +770,8 @@ CMICmnLLDBDebuggerHandleEvents::HandleEventSBCommandInterpreter(const lldb::SBEv
         //  m_pClientDriver->SetExitApplicationFlag();
         //  vrbYesExit = true;
         //  return MIstatus::success;
-        //}     break;
+        //}
+            break;
         case lldb::SBCommandInterpreter::eBroadcastBitResetPrompt:
             pEventType = "eBroadcastBitResetPrompt";
             break;