projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfb706d
)
update for decl_minimal change
author
Jason Merrill
<jason@gcc.gnu.org>
Thu, 26 Jan 2006 22:27:23 +0000
(17:27 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Thu, 26 Jan 2006 22:27:23 +0000
(17:27 -0500)
From-SVN: r110281
gcc/gdbinit.in
patch
|
blob
|
history
diff --git
a/gcc/gdbinit.in
b/gcc/gdbinit.in
index b3c25acd8ab45009bc7f4a24e78e2546f591d4bf..5ce2fc3e30a7d4dd4a6d60b7e70c0aed55aa2696 100644
(file)
--- a/
gcc/gdbinit.in
+++ b/
gcc/gdbinit.in
@@
-68,7
+68,7
@@
Print the tree-code of the tree node that is $.
end
define pdn
-output $.decl.name->identifier.id.str
+output $.decl
_minimal
.name->identifier.id.str
echo \n
end
@@
-77,7
+77,7
@@
Print the name of the decl-node that is $.
end
define ptn
-output $.type.name->decl.name->identifier.id.str
+output $.type.name->decl
_minimal
.name->identifier.id.str
echo \n
end