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.