commit | 5a8edb756a56cdfb563006cbc39561994acf6d2d | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Oct 18 12:32:18 2021 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Tue Oct 19 13:30:59 2021 -0600 |
tree | 58e9c09bd17adc4f1dcde2868f8b3c8c7478b21b | |
parent | 775d36a916c1be042ceb67fc6ea22f53a9f5e331 [diff] |
Check index in type::field This changes gdb to check the index that is passed to type::field. This caught one bug in the Ada code when running the test suite (actually I found the bug first, then realized that the check would have helped), so this patch fixes that as well. Regression tested on x86-64 Fedora 34.