diff options
author | Mike Stump <mrs@apple.com> | 2003-04-28 21:24:06 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2003-04-28 21:24:06 +0000 |
commit | a72bf3e9513759455c5906022994fe4b7315d234 (patch) | |
tree | cf26121b19c40d275d2b8423bfec39b8dae16896 /gcc/gdbinit.in | |
parent | ad41429085cb4de37aef72bee814b08acc8a2a35 (diff) | |
download | gcc-a72bf3e9513759455c5906022994fe4b7315d234.tar.gz |
* gdbinit.in: Update to reflect new identifier structure.
From-SVN: r66186
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r-- | gcc/gdbinit.in | 4 |
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 |