lldb Missing break statement added.

See http://reviews.llvm.org/D5069.

Change by Paul Osmialowski.

llvm-svn: 216554
This commit is contained in:
Todd Fiala 2014-08-27 16:12:35 +00:00
parent 4207968d33
commit 8b55cce84c
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ StopInfoMachException::CreateStopReasonWithMachException
// It looks like exc_sub_code has the 4 bytes of the instruction that triggered the
// exception, i.e. our breakpoint opcode
is_actual_breakpoint = exc_code == 1;
break;
}
default: