From: jason Date: Thu, 13 Dec 2018 17:45:40 +0000 (+0000) Subject: * gdbinit.in (pp): New macro. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8541a54a6cf6d8dd0f31bf43b3383c9b0cc9cbf4;p=thirdparty%2Fgcc.git * gdbinit.in (pp): New macro. (pbb): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267098 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 760672f2fde9..88db1c98c504 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-12-13 Jason Merrill + + * gdbinit.in (pp): New macro. + (pbb): Remove. + 2018-12-13 Jakub Jelinek PR tree-optimization/88464 diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index 4db977f0babf..a2d03e402447 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -16,6 +16,15 @@ # along with GCC; see the file COPYING3. If not see # . +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 @@ -166,14 +175,6 @@ In cc1plus, print the current binding stack, frame by frame, up to and 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