[lldb-mi] Fix a thinko in my previous commit.

Hopefully this should unbreak the Android buildbot.

llvm-svn: 314606
This commit is contained in:
Davide Italiano 2017-09-30 21:52:31 +00:00
parent 4c1d2256ff
commit 54fcf82454
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ bool CMICmnLLDBDebuggerHandleEvents::HandleEventSBBreakPoint(
lldb::SBBreakpoint::GetBreakpointEventTypeFromEvent(vEvent);
switch (eEvent) {
default:
break
break;
case lldb::eBreakpointEventTypeThreadChanged:
pEventType = "eBreakpointEventTypeThreadChanged";
break;