Issue complaint instead of assert for invalid/unhandled DW_AT_accessibility
authorKeith Seitz <keiths@redhat.com>
Tue, 17 Oct 2017 21:15:36 +0000 (14:15 -0700)
committerKeith Seitz <keiths@redhat.com>
Wed, 18 Oct 2017 17:14:01 +0000 (10:14 -0700)
commit3753468682a9c7982b6eba0fca58fbfc1cd5b9fb
treef6b738cf2c2a0640e15f8d1790133004e828f9ca
parent2a6969e1738859ea8c12837fb0cba3845bc87ceb
Issue complaint instead of assert for invalid/unhandled DW_AT_accessibility

A previous patch called gdb_assert_not_reached whenever reading
the accessibility of a nested typedef definition. Wisely, Pedro has asked me
not do this.

This patch changes the previous one so that it issues a complaint instead.

gdb/ChangeLog:

* dwarf2read.c (dwarf2_add_typedef): Issue a complaint on unhandled
DW_AT_accessibility.
gdb/ChangeLog
gdb/dwarf2read.c
This page took 0.024095 seconds and 4 git commands to generate.