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]

[commit] [patch] entry-values: Fix for C++ across CUs


On Sat, 02 Mar 2013 18:47:42 +0100, Jan Kratochvil wrote:
> gdb/
> 2013-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Fix entry-values in C++ across CUs.
> 	* dwarf2loc.c (call_site_to_target_addr) <FIELD_LOC_KIND_PHYSNAME>: Use
> 	lookup_minimal_symbol.  Add a comment.
> 	* dwarf2read.c
> 	(read_call_site_scope) <is_ref_attr> <die_is_declaration>: Prefer
> 	DW_AT_linkage_name.
> 
> gdb/testsuite/
> 2013-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	Fix entry-values in C++ across CUs.
> 	* gdb.arch/amd64-tailcall-cxx.exp: New file.
> 	* gdb.arch/amd64-tailcall-cxx1.S: New file.
> 	* gdb.arch/amd64-tailcall-cxx1.cc: New file.
> 	* gdb.arch/amd64-tailcall-cxx2.S: New file.
> 	* gdb.arch/amd64-tailcall-cxx2.cc: New file.

Checked in:
	http://sourceware.org/ml/gdb-cvs/2013-03/msg00066.html


Jan


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