commit | 110aae55a8b7e19fa5f04998851968e48822605f | [log] [tgz] |
---|---|---|
author | Bernhard Heckel <bernhard.heckel@intel.com> | Tue Apr 05 17:44:46 2022 +0200 |
committer | Nils-Christian Kempke <nils-christian.kempke@intel.com> | Fri Apr 08 12:17:13 2022 +0200 |
tree | a8b16eddd2715eb752f6fee43e29636a253ec374 | |
parent | 87e10e9c288c2f6c933f235b623522c8d9a2d727 [diff] |
gdb/fortran: print fortran extended types with ptype Add the print of the base-class of an extended type to the output of ptype. This requires the Fortran compiler to emit DW_AT_inheritance for the extended type. Co-authored-by: Nils-Christian Kempke <nils-christian.kempke@intel.com>