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

From-SVN: r154043
This commit is contained in:
Jason Merrill 2009-11-09 13:33:00 -05:00 committed by Jason Merrill
parent 0de2d392b0
commit 6e7e763e32
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>

View File

@ -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