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]
Other format: [Raw text]

Re: [PATCH/RFC/RFA] Add regcache_raw_{supply,collect}


   Date: Thu, 28 Aug 2003 20:49:06 -0400
   From: Andrew Cagney <ac131313@redhat.com>

   BTW, in the ARI, I've the comment:

   supply register
   Replace supply_register() with something involving the regcache, or a TPID

   so yep.

Missed that.  Anyway, I think supplying the regcache is better than
supplying a TPID.

   Can you at the same time re-implement supply_register and 
   regcache_collect to use these new methods.  I'll then add 
   supply_register and regcache_collect to the deprecate list.

This is not entirely without a risk.  I want to keep the new
interfaces "legacy-free", so they're not doing exactly the same thing
as the old interfaces.  Therefore I chose to re-implement the old
interfaces in a seperate commit.  The new functions are checked in now.

Mark


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