Add missing break stmt to DW_CFA_GNU_args_size case.
authorJason Molenda <jmolenda@apple.com>
Sun, 17 Jul 2016 19:57:49 +0000 (19:57 +0000)
committerJason Molenda <jmolenda@apple.com>
Sun, 17 Jul 2016 19:57:49 +0000 (19:57 +0000)
llvm-svn: 275729

lldb/source/Symbol/DWARFCallFrameInfo.cpp

index 51934da..6a4004b 100644 (file)
@@ -673,6 +673,7 @@ DWARFCallFrameInfo::FDEToUnwindPlan (dw_offset_t dwarf_offset, Address startaddr
 
                         // TODO: Figure out how we should handle this.
                         m_cfi_data.GetULEB128(&offset);
+                        break;
                     }
 
                     case DW_CFA_val_offset          :   // 0x14