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]

Re: [RFA] New register definition interface


I can use that! Thanks Nick.

I hope it gets approved soon.

Cheers,
Fernando


Nicholas Duffek wrote:
> 
> This patch introduces a new interface for defining registers in GDB.  It
> applies over the two regcache.c patches I posted earlier.
> 
> The patch does the following:
> 
>   1. Implements platform-independent versions of these functions:
> 
>        gdbarch_num_regs
>        gdbarch_num_pseudo_regs
>        gdbarch_register_name
>        gdbarch_register_bytes
>        gdbarch_register_byte
>        gdbarch_register_raw_size
>        gdbarch_max_register_raw_size
>        gdbarch_register_virtual_size
>        gdbarch_max_register_virtual_size
>        gdbarch_register_virtual_type
>        gdbarch_fetch_pseudo_register
>        gdbarch_store_pseudo_register
>        gdbarch_get_saved_register
>        gdbarch_pop_frame
>        gdbarch_frame_saved_pc
>        gdbarch_frame_chain
>        gdbarch_do_registers_info
> 

-- 
Fernando Nasser
Red Hat - Toronto                       E-Mail:  fnasser@redhat.com
2323 Yonge Street, Suite #300
Toronto, Ontario   M4P 2C9

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