commit | 935d48567d9e12e1321d97d3867d42d59eda1daa | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Jan 04 09:36:59 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Feb 27 08:09:02 2023 -0700 |
tree | 4da5037321be9c8ded1e679dd89656e76593eb7d | |
parent | 013a623f4cb70060556cf302f4ae54d5f96e66e1 [diff] |
Handle range types in ax-gdb.c A range type can usually be treated the same as its underlying integer type, at least for the purposes of agent expressions. This patch arranges for range types to be handled this way in ax-gdb.c, letting a somewhat larger subset of Ada expressions be compiled.