This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/alpha] Fix problem loading core files


On Tue, Nov 30, 2004 at 08:57:25PM -0800, Joel Brobecker wrote:
> This patch modified alpha_cannot_fetch_register() and
> alpha_cannot_store_register() to exclude the register which
> have an empty name. These empty names are the sign of a register
> number that is no longer used, but has been reserved to maintain
> compatibility with remote debug agents.

It's late, your English grammar is slipping :-)  Patch is OK with a
couple of corrections.

> 2004-11-30  Joel Brobecker  <brobecker@gnat.com>
> 
>         * alpha-tdep.c (alpha_register_name): Add comment.
>         (alpha_cannot_fetch_register): Exclude register number which
>         are no longer used from the list of registers that can be fetched.
>         (alpha_cannot_store_register): Exclude register number which
>         are no longer used from the list of registers that can be stored.

s/register number/register numbers/

> +/* Return the name of the REGNO register.
> +
> +   An empty name correspond to a register number that used to

s/correspond/corresponds/


-- 
Daniel Jacobowitz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]