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.
Loading
Please register or sign in to comment
This changes gdb_mpz to hide its data, and renames the data member from 'val' to 'm_val', following gdb convention.