This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [LNO, mainline] gdbinit.in macros : pdn_ssa, pcfdn
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: dpatel at apple dot com (Devang Patel)
- Cc: gcc-patches at gcc dot gnu dot org (GCC Patches)
- Date: Wed, 9 Jun 2004 00:38:15 -0400 (EDT)
- Subject: Re: [LNO, mainline] gdbinit.in macros : pdn_ssa, pcfdn
> + define pdn_ssa
> + output $->ssa_name.var->decl.name->identifier.id.str
> + echo _
> + output $->ssa_name.version
> + echo \n
> + end
You know that debug_generic_expr will show you the same thing, right?
Thanks,
Andrew Pinski