commit | c225d6b80413d373c84f743b2c4e9b4851ff82dc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Feb 27 11:43:09 2023 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Mar 27 08:20:28 2023 -0600 |
tree | d82417ed34f419d9dc6b1f6a2696bd8541c1ce72 | |
parent | b6c55de76b1a30debca52f52c479ca3b8e3fee53 [diff] |
Add many operators to gdb_mpz This adds many operator overloads and other useful methods to gdb_mpz. This is preparation for using this class for scalar arithmetic in gdb expression evaluation.