commit | 4a4a50517b6cb12918beff56b288d6412bca0d0d | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Tue Sep 10 12:54:19 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Mar 06 14:17:17 2025 -0700 |
tree | 6013af79b1f93d99be5378f9f7864e03e0739a16 | |
parent | e382ede5ea0ef5b0e35a58ac5f67e170b1c69f2b [diff] |
Add "synthetic" marker for index entries Currently, gdb will synthesize DW_TAG_module entries for Ada names. These entries are treated specially by the index writer, When GNAT starts emitting DW_TAG_module, the special case will be incorrect, because there will be non-synthetic DW_TAG_module entries in the index. This patch arranges to mark the synthetic entries and changes the index writer to follow.