* gdbinit.in: Add pmz to print out mpz values.

From-SVN: r205071
This commit is contained in:
Mike Stump 2013-11-20 00:50:47 +00:00 committed by Mike Stump
parent e67d548840
commit 605be31e3f
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-11-19 Mike Stump <mikestump@comcast.net>
* gdbinit.in: Add pmz to print out mpz values.
2013-11-20 Jan Hubicka <jh@suse.cz>
* common.opt (ffat-lto-objects): Disable by default.

View File

@ -94,6 +94,15 @@ Print the expression that is $ in C syntax.
Works only when an inferior is executing.
end
define pmz
set mpz_out_str(stderr, 10, $)
end
document pmz
Print the mpz value that is $
Works only when an inferior is executing.
end
define ptc
output (enum tree_code) $.common.code
echo \n