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] Need post-processing of parameters for function calls in Ada


On Tue, Jan 08, 2008 at 08:13:37AM -0800, Joel Brobecker wrote:
> > > Should I proceed with my proposal?
> > 
> > I would prefer to put the call inside the existing value_arg_coerce,
> > at least to start with.
> 
> Do you mean: dropping the new language field, and just add a call
> to the Ada coerce routine inside value_arg_coerce (or in other words,
> more the change I first proposed inside value_arg_coerce)? That's
> a much smaller change, and I'm OK with that!

Either that, or calling the language hook from value_arg_coerce.  I'm
happy to just call the Ada function directly.

-- 
Daniel Jacobowitz
CodeSourcery


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