Commit 605be31e by Mike Stump Committed by Mike Stump

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

From-SVN: r205071
parent e67d5488
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.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment