Commit 6e7e763e by Jason Merrill Committed by Jason Merrill

* gdbinit.in (pgq): New function for printing gimple sequence.

From-SVN: r154043
parent 0de2d392
2009-11-09 Jason Merrill <jason@redhat.com>
* gdbinit.in (pgq): New function for printing gimple sequence.
2009-11-09 Paul Brook <paul@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
......@@ -68,6 +68,15 @@ Print the Gimple statement that is $ in C syntax.
Works only when an inferior is executing.
end
define pgq
set debug_gimple_seq ($)
end
document pgq
Print the Gimple sequence that is $ in C syntax.
Works only when an inferior is executing.
end
define pgs
set debug_generic_stmt ($)
end
......
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