This is the mail archive of the gdb-patches@sourceware.org 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: New ARI warning Wed Jun 23 01:54:57 UTC 2010


On Wed, Jun 23, 2010 at 01:54:57AM +0000, GDB Administrator wrote:
> 493a494,495
> > gdb/i386-tdep.c:543: deprecate: read_memory: Replace read_memory() with regcache_read() et.al.
> gdb/i386-tdep.c:543:  read_memory (from, buf, len);
> > gdb/i386-tdep.c:557: deprecate: write_memory: Replace write_memory() with regcache_read() et.al.
> gdb/i386-tdep.c:557:  write_memory (to, buf, len);

Am I missing something here?  Why would you replace read_memory with
regcache_read?

-- 
Daniel Jacobowitz
CodeSourcery


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