* gdbinit.in (pgq): New function for printing gimple sequence.
From-SVN: r154043
This commit is contained in:
parent
0de2d392b0
commit
6e7e763e32
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user