OSDN Git Service

* config/h8300/h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.
[pf3gnuchains/gcc-fork.git] / gcc / gdbinit.in
index 458277d..22c99a7 100644 (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