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 V5 5/6] Resolve dynamic target types of pointers.


> From: Bernhard Heckel <bernhard.heckel@intel.com>
> Cc: gdb-patches@sourceware.org, Bernhard Heckel <bernhard.heckel@intel.com>
> Date: Fri, 14 Oct 2016 13:54:03 +0200
> 
> When dereferencing pointers to dynamic target types,
> resolve the target type.
> 
> 2016-06-30  Bernhard Heckel  <bernhard.heckel@intel.com>
> 
> gdb/Changelog:
> 	* NEWS: Added entry.
> 	* c-valprint.c (c_print_val): Resolve dynamic target types.
> 	* valops.c (value_ind): Resolve dynamic target types.
> 	* valprint.c (check_printable): Don't shortcut not associated
> 	  pointers.
> 
> gdb/Testsuite/Changelog:
> 	* pointers.f90: Added pointer to dynamic types.
> 	* gdb.fortran/pointers.exp: New.

Thanks, the NEWS part is OK.


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