This is the mail archive of the gdb@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: regcache (Re: GDB respin)


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


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