From 9391bc0df99d799bb04e701e62f9a1e0786c9c14 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 26 Jan 2006 17:27:23 -0500 Subject: [PATCH] update for decl_minimal change From-SVN: r110281 --- gcc/gdbinit.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index b3c25acd8ab..5ce2fc3e30a 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -68,7 +68,7 @@ Print the tree-code of the tree node that is $. end define pdn -output $.decl.name->identifier.id.str +output $.decl_minimal.name->identifier.id.str echo \n end @@ -77,7 +77,7 @@ Print the name of the decl-node that is $. end define ptn -output $.type.name->decl.name->identifier.id.str +output $.type.name->decl_minimal.name->identifier.id.str echo \n end -- 2.30.2