Commit a72bf3e9 by Mike Stump Committed by Mike Stump

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

From-SVN: r66186
parent ad414290
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment