forked from OSchip/llvm-project
lldb Missing break statement added.
See http://reviews.llvm.org/D5069. Change by Paul Osmialowski. llvm-svn: 216554
This commit is contained in:
parent
4207968d33
commit
8b55cce84c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue