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 v4 5/5] Fortran: Nested functions, add scope parameter.


> From: Tim Wiederhake <tim.wiederhake@intel.com>
> Cc: qiyaoltc@gmail.com, Bernhard Heckel <bernhard.heckel@intel.com>
> Date: Fri,  8 Sep 2017 15:32:51 +0200
> 
> gdb/ChangeLog:
> 	* NEWS: Mention nested function support.
> 	* dwarf2read.c (add_partial_symbol): Enable for Fortran as well.
> 	(new_symbol_full): Same.
> 	(add_partial_subprogram): Check for subprogram tag.
> 	(partial_die_parent_scope): Add prefix for Fortran subroutines.
> 	(process_die): Same.
> 	(determine_prefix): Same.
> 
> gdb/doc/ChangeLog:
> 	* doc/gdb.texinfo: Describe scope operator.
> 
> gdb/testsuite/ChangeLog:
> 	* gdb.fortran/nested-funcs.f90: Add nested subroutines.
> 	* gdb.fortran/nested-funcs.exp: Add tests for nested subroutines.
> 	Adjust existing tests to include prefix.

OK for the documentation parts, thanks.


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