]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gdbinit.in
Merge tree-ssa-20020619-branch into mainline.
[thirdparty/gcc.git] / gcc / gdbinit.in
index ccc6504dda785b5e93627ac6485fb649d7523cd4..753cd9e73bc75d05e8219e9a5a1f941ffa9e2760 100644 (file)
@@ -40,6 +40,24 @@ Print the tree that is $ in C syntax.
 Works only when an inferior is executing.
 end
 
+define pgs
+set debug_generic_stmt ($)
+end
+
+document pgs
+Print the statement that is $ in C syntax.
+Works only when an inferior is executing.
+end
+
+define pge
+set debug_generic_expr ($)
+end
+
+document pge
+Print the expression that is $ in C syntax.
+Works only when an inferior is executing.
+end
+
 define ptc
 output (enum tree_code) $.common.code
 echo \n