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: [PATCH 2/8] gdb/fortran: Handle internal function calls


>>>>> "Andrew" == Andrew Burgess <andrew.burgess@embecosm.com> writes:

Andrew> If an convenience function is defined in python (or guile), then
Andrew> currently this will not work in Fortran, instead the user is given
Andrew> this message:

Thank you.  This looks good to me.  I had one nit though:

Andrew> +	      if (code == TYPE_CODE_PTR || code == TYPE_CODE_FUNC)
Andrew> +		{
Andrew> +		  bool is_artificial =
Andrew> +		    TYPE_FIELD_ARTIFICIAL (value_type (arg1), tem - 1);

gdb style is to line break before the "=", not after.

Tom


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