Files
binutils-gdb/gdb/dwarf2
Kavitha Natarajan 6df97c56ea Debug support for global alias variable
Starting with (future) Clang 15 (since
https://reviews.llvm.org/D120989), Clang emits the DWARF information
of global alias variables as DW_TAG_imported_declaration.  However,
GDB does not handle it.  It incorrectly always reads this tag as
C++/Fortran imported declaration (type alias, namespace alias and
Fortran module).  This commit adds support to handle this tag as an
alias variable.

This change fixes the failures in the gdb.base/symbol-alias.exp
testcase with current git Clang.  This testcase is also updated to
test nested (recursive) aliases.
2022-06-14 10:37:46 +05:30
..
2022-04-12 09:31:16 -06:00
2022-04-12 09:31:16 -06:00
2022-06-12 10:49:48 -06:00
2022-04-12 09:31:17 -06:00
2022-03-29 12:46:24 -06:00
2022-06-12 10:49:48 -06:00
2022-04-12 09:31:16 -06:00
2022-04-27 22:05:03 -04:00
2022-04-21 12:18:25 -06:00
2022-06-14 10:37:46 +05:30
2022-06-08 11:04:12 -06:00