[PATCH v4 4/5] Dwarf: Fortran, support DW_TAG_entry_point.

Eli Zaretskii eliz@gnu.org
Fri Sep 8 14:35:00 GMT 2017


> From: Tim Wiederhake <tim.wiederhake@intel.com>
> Cc: qiyaoltc@gmail.com, Bernhard Heckel <bernhard.heckel@intel.com>
> Date: Fri,  8 Sep 2017 15:32:50 +0200
> 
> gdb/ChangeLog:
> 	PR fortran/8043
> 	PR fortran/9279
> 	* NEWS: Mention DW_TAG_entry_point support.
> 	* gdb/dwarf2read.c (add_partial_symbol): Handle DW_TAG_entry_point.
> 	(add_partial_entry_point): New function.
> 	(add_partial_subprogram): Search for entry_points.
> 	(process_die): Handle DW_TAG_entry_point.
> 	(dwarf2_get_pc_bounds): Update low pc from DWARF.
> 	(load_partial_dies): Save DW_TAG_entry_point's.
> 	(load_partial_dies): Save DW_TAG_entry_point to hash table.
> 	(load_partial_dies): Look into child's of DW_TAG_sub_program
> 	for fortran.
> 	(new_symbol_full): Process DW_TAG_entry_point.
> 	(read_type_die_1): Handle DW_TAG_entry_point.
> 
> gdb/testsuite/ChangeLog:
> 	* gdb.fortran/entry_point.f90: New file.
> 	* gdb.fortran/entry_point.exp: New file.

OK for the change in NEWS.

Thanks.



More information about the Gdb-patches mailing list