aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbinit.in
diff options
context:
space:
mode:
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