aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbinit.in
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2003-04-28 21:24:06 +0000
committerMike Stump <mrs@apple.com>2003-04-28 21:24:06 +0000
commiteb29190c3d1da6d6526045cab4126a8618a80f2b (patch)
treecf26121b19c40d275d2b8423bfec39b8dae16896 /gcc/gdbinit.in
parent187d24b0208eeb76bf86d3f82b21175fb6320a99 (diff)
* gdbinit.in: Update to reflect new identifier structure.
git-svn-id: https://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