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]

Re: [rfa/c] Signed read_register()


Andrew Cagney wrote:

> *** regcache.c  2000/07/10 06:16:51     1.2
> --- regcache.c  2000/07/11 03:17:11
> *************** write_register_bytes (int myregstart, ch
> *** 500,506 ****
>      integer.  This probably should be returning LONGEST rather than
>      CORE_ADDR.  */
> 
> ! CORE_ADDR
>   read_register (int regno)
>   {
>     if (registers_pid != inferior_pid)
> --- 500,506 ----
>      integer.  This probably should be returning LONGEST rather than
>      CORE_ADDR.  */
> 
> ! ULONGEST
>   read_register (int regno)
>   {
>     if (registers_pid != inferior_pid)

Yay!  You anticipated me.
Great, check it in.

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