Skip to content

Commit

Permalink
* gdbinit.in (pp): New macro.
Browse files Browse the repository at this point in the history
	(pbb): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267098 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
jason committed Dec 13, 2018
1 parent 2dbd399 commit 8541a54
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
5 changes: 5 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
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
Expand Down
17 changes: 9 additions & 8 deletions gcc/gdbinit.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
# 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8541a54

Please sign in to comment.