* gdbinit.in: Update to reflect new identifier structure.

From-SVN: r66186
This commit is contained in:
Mike Stump 2003-04-28 21:24:06 +00:00 committed by Mike Stump
parent ad41429085
commit a72bf3e951
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-04-28 Mike Stump <mrs@apple.com>
* gdbinit.in: Update to reflect new identifier structure.
2003-04-28 Zack Weinberg <zack@codesourcery.com>
* tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.

View File

@ -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