commit | 7aeae94f88791399ca4b50f850c36180de420e92 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Feb 23 10:05:58 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Mar 14 08:16:39 2023 -0600 |
tree | ea10e0294332f7f6fdf5360c12df46e061d32bd1 | |
parent | 302273ca843fc3ddbe8210e6d30459316bf04f0e [diff] |
Rename gdb_mpz::val and make contents private This changes gdb_mpz to hide its data, and renames the data member from 'val' to 'm_val', following gdb convention.