]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't
authorDimitry Andric <dim@FreeBSD.org>
Wed, 29 Aug 2012 18:37:10 +0000 (18:37 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Wed, 29 Aug 2012 18:37:10 +0000 (18:37 +0000)
commitff3657eeaf3dde9596b10095659590e5e55eb7c4
treefa268c1fe98e9673d85f133c1186d3ea929debe9
parent7b4806d69f291f5a391fde44dfebb816520a5ffc
Teach gdb about the DW_FORM_flag_present dwarf attribute, so it doesn't
error out on files that contain it.  (This attribute can be emitted by
newer versions of clang.)

MFC after: 2 weeks
contrib/binutils/include/elf/dwarf2.h
contrib/gdb/gdb/dwarf2read.c