]> sourceware.org Git - libabigail.git/commit
ir: make 'debug(artefact)' support showing enums
authorDodji Seketeli <dodji@redhat.com>
Mon, 7 Jun 2021 12:29:10 +0000 (14:29 +0200)
committerDodji Seketeli <dodji@redhat.com>
Wed, 9 Jun 2021 16:37:26 +0000 (18:37 +0200)
commitf7ad3366fba57fbde45bbd1048d76fe10a2beab1
tree1a6863d55e5bbc330972af294fc027dc75966c7f
parentf7e6ce316013850274c956ea51a23d742c42c6f8
ir: make 'debug(artefact)' support showing enums

While debugging something else, I realized that 'debug(artifact)'
couldn't show the enumerators of an enum. I also realized that we were
not showing the 'declaration-only-ness' of the artefact either.  This
patch fixes that.

* src/abg-ir.cc (get_debug_representation): Add support for
showing details for enums.  Also show declaration-only-ness for
class or unions.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-ir.cc
This page took 0.030634 seconds and 5 git commands to generate.