regcache (Re: GDB respin)

Michal Ludvig mludvig@suse.cz
Tue Feb 11 23:12:00 GMT 2003


Andrew Cagney wrote:
> 
>> 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.
> 
> Ditto from me, Michael, thanks for cleaning this up.
> 
> Andrew

Committed with the above change. Thanks!

Anyway there is still 440 errors in mainline vs. 196 in 5.3 on x86-64. 
Hopefully I'll get rid of most of them when the sentinel-problem is 
solved. I'll look on it tomorrow.

Michal Ludvig
-- 
* SuSE CR, s.r.o     * mludvig@suse.cz
* (+420) 296.545.373 * http://www.suse.cz



More information about the Gdb mailing list