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/RFA] Fix busted logic in find_saved_register()


On Sat, Apr 20, 2002 at 08:00:06PM -0400, Andrew Cagney wrote:

 > > Directly.  The alpha_get_saved_register() is nearly identical to the
 > > mips_get_saved_register().
 > 
 > If you've implemented INIT_SAVED_REGS() do you need a custom 
 > get_saved_register()?

Ok, this is where my understanding of the call_dummy stuff starts to get
muddled :-)

The Alpha target doesn't use the generic call_dummy frame stuff, but
rather its own.  I suspect it could be converted to use the generic
stuff, but an explanation of how it's supposed to work would really help :-)

Would it be terribly evil to commit the alpha multi-arch stuff that I
have now (which would meet your condition for committing my alpha-netbsd
configuration :-), and then take a stab at converting it to generic dummy
frames?

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


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