Accept DWARF version 2 and 3 in debug_line tables
authorEd Maste <emaste@freebsd.org>
Tue, 8 Apr 2014 15:12:07 +0000 (15:12 +0000)
committerEd Maste <emaste@freebsd.org>
Tue, 8 Apr 2014 15:12:07 +0000 (15:12 +0000)
commit4a06df95b958ae4aef9f1b4c43c2a8e1d3eb72be
treea0c05f7b54ece4a099f96e72be3b5ef399f78fb1
parent97a70e4f7e621bbf81f9ab726176903df9659ee6
Accept DWARF version 2 and 3 in debug_line tables

Issue reported by Matthew Gardiner.  Further work is necessary to
synchronize LLDB's DWARF classes with the derivatives now in LLVM.

llvm-svn: 205771
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp