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: [rfc][31/37] Eliminate builtin_type_ macros: Inferior call argument types


> a number of places use builtin_type_ macros to build up argument lists
> for inferior function calls.  However, they always use the routine
> find_function_in_inferior first to find the function to be called.
> This routine is able to determine the objfile that defines the function
> to be called -- and the per-objfile architecture of that file should
> be used to determine the default types for the inferior call.

Oh la la, I see now why Daniel used the term "contorsions".
Nothing much we can do about it, I guess, and a necessary thing
to do, but I thought I'd mention it.

-- 
Joel


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