* gdbinit.in: Update to reflect new identifier structure.
From-SVN: r66186
This commit is contained in:
parent
ad41429085
commit
a72bf3e951
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user