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/comit] regcache read/write -> regcache raw read/write


Following on from this will be:

    - corresponding cooked functions

    - change to gdbarch to pass the register
          cache to that function

I'll commit it tomorrow.
(Tomorrow was spent spinning 5.2.1)  I've now checked it in.

enjoy,
Andrew

2002-07-24  Andrew Cagney  <cagney@redhat.com>

        * regcache.h (regcache_raw_read, regcache_raw_write): Replace
        regcache_read and regcache_write.
        (regcache_raw_read_as_address): Replace regcache_read_as_address.
        * regcache.c: Update.
        * sh-tdep.c (sh64_push_arguments): Update comment.
        (sh_pseudo_register_read): Update.
        (sh_pseudo_register_write): Update.
        (sh4_register_read): Update.
        (sh4_register_write): Update.
        (sh64_pseudo_register_read): Update.
        (sh64_pseudo_register_write): Update.
        (sh64_register_read): Update.
        (sh64_register_write): Update.
        * i386-tdep.c (i386_extract_return_value): Update.
        (i386_extract_struct_value_address): Update.
        (i386_extract_return_value): Update.
        * blockframe.c (generic_read_register_dummy): Update.
        (generic_call_dummy_register_unwind): Update
        * infrun.c (write_inferior_status_register): Update.




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