* gdbinit.in (pp): New macro.
(pbb): Remove.
From-SVN: r267098
+2018-12-13 Jason Merrill <jason@redhat.com>
+
+ * gdbinit.in (pp): New macro.
+ (pbb): Remove.
+
2018-12-13 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/88464
# along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
+define pp
+call debug ($)
+end
+
+document pp
+Print a representation of the GCC data structure that is $.
+Works only when an inferior is executing.
+end
+
define pr
set debug_rtx ($)
end
including the global binding level.
end
-define pbb
-set debug ($)
-end
-
-document pbb
-Dump the basic block that is in $, including rtx.
-end
-
define pbm
set bitmap_print (stderr, $, "", "\n")
end