regcache (Re: GDB respin)

Andrew Cagney ac131313@redhat.com
Tue Feb 11 16:31:00 GMT 2003


> If I understood Andrew correctly you should only use the cooked
> functions here, so the line
> 
>     regcache_raw_read (regcache, RAX_REGNUM, &addr);
> 
> should read
> 
>     regcahce_cooked_read (regcache, RAX_REGNUM, &addr);
> 
> With that change, this is OK.
> 
> Thanks,

Ditto from me, Michael, thanks for cleaning this up.

Andrew




More information about the Gdb mailing list