Commit b3147e59 by Jason Merrill Committed by Jason Merrill

gdbinit.in (pp): New macro.

	* gdbinit.in (pp): New macro.

	(pbb): Remove.

From-SVN: r267098
parent 0e350f13
2018-12-13 Jason Merrill <jason@redhat.com>
* gdbinit.in (pp): New macro.
(pbb): Remove.
2018-12-13 Jakub Jelinek <jakub@redhat.com> 2018-12-13 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/88464 PR tree-optimization/88464
...@@ -16,6 +16,15 @@ ...@@ -16,6 +16,15 @@
# along with GCC; see the file COPYING3. If not see # along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>. # <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 define pr
set debug_rtx ($) set debug_rtx ($)
end end
...@@ -166,14 +175,6 @@ In cc1plus, print the current binding stack, frame by frame, up to and ...@@ -166,14 +175,6 @@ In cc1plus, print the current binding stack, frame by frame, up to and
including the global binding level. including the global binding level.
end end
define pbb
set debug ($)
end
document pbb
Dump the basic block that is in $, including rtx.
end
define pbm define pbm
set bitmap_print (stderr, $, "", "\n") set bitmap_print (stderr, $, "", "\n")
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment