This is the mail archive of the gdb-patches@sourceware.org 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: [RFA] Fix parameter coercing for Ada function calls (take 2)


> > Does this look like what you had in mind? It's a little more work
> > than my first patch, but indeed a little more elegant.
> 
> Yes, exactly.

Cool! Attached is what I ended checking in.

> >  static struct value *
> >  value_arg_coerce (struct value *arg, struct type *param_type,
> > -		  int is_prototyped)
> > +		  int is_prototyped, CORE_ADDR *pc)
> 
> ... and call it sp :-)

Eyes rolling backwards... Thanks for spotting this! Time to go to bed...

Thanks again,
-- 
Joel


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