commit | 29faeceaa8a7833c1234f9980266c84c7c6b9d02 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Sep 09 10:57:56 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Mar 06 14:17:17 2025 -0700 |
tree | 10c7578e77741c3c9b905aeb1dba365179c74b9d | |
parent | a584cfc980fab6e64b627726df001159732d3bc5 [diff] |
Allow for anonymous Ada enumeration types With some forthcoming changes to GNAT, gdb might see a nameless enum in ada_resolve_enum, causing a crash. This patch allows an anonymous enum type to be considered identical to a named type when the contents are identical.