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: RFC: Available registers as a target property


On Tue, 2005-05-17 at 20:32, Daniel Jacobowitz wrote:

>   /* If this flag is set, GDB should save and restore this register
>      around calls to an inferior function.  */
>   int save_restore;

Why would the target care about this?  It seems to be more a property of
an ABI than the target.  

In the (IMO) unlikely case that we really want to keep this, I think it
should have a 'not-my-responsibility-to-decide' setting.

R.


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