summaryrefslogtreecommitdiff
path: root/gcc/gdbinit.in
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-28 21:24:06 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-28 21:24:06 +0000
commit4e84a9475cf7e6be1993534b52cd93556c6cb33b (patch)
treecf26121b19c40d275d2b8423bfec39b8dae16896 /gcc/gdbinit.in
parent5128d03ddc6c72b670323d9005984712ba8d0c32 (diff)
downloadgcc-4e84a9475cf7e6be1993534b52cd93556c6cb33b.tar.gz
* gdbinit.in: Update to reflect new identifier structure.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66186 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r--gcc/gdbinit.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in
index 17067df1b46..cee1131b6aa 100644
--- a/gcc/gdbinit.in
+++ b/gcc/gdbinit.in
@@ -50,7 +50,7 @@ Print the tree-code of the tree node that is $.
end
define pdn
-output $.decl.name->identifier.pointer
+output $.decl.name->identifier.id.str
echo \n
end
@@ -59,7 +59,7 @@ Print the name of the decl-node that is $.
end
define ptn
-output $.type.name->decl.name->identifier.pointer
+output $.type.name->decl.name->identifier.id.str
echo \n
end