binutils-gdb/gdb/testsuite/lib
Tom Tromey 5bd1ef568c Fix PR symtab/15391
PR symtab/15391 is a failure with the DW_OP_GNU_implicit_pointer
feature.

I tracked it down to a logic error in read_pieced_value.  The code
truncates this_size_bits according to the type size and offset too
early -- it should do it after taking bits_to_skip into account.

This patch fixes the bug.

While testing this, I also tripped across a latent bug because
indirect_pieced_value does not sign-extend where needed.  This patch
fixes this bug as well.

Finally, Pedro pointed out that a previous version implemented sign
extension incorrectly.  This version introduces a new gdb_sign_extend
function for this.  A couple of notes on this function:

* It has the gdb_ prefix to avoid clashes with various libraries that
  felt free to avoid proper namespacing.  There is a "sign_extend"
  function in a Tile GX header, in an SOM-related BFD header (and in
  sh64-tdep.c and as a macro in arm-wince-tdep.c, but those are
  ours...)

* I looked at all the sign extensions in gdb and didn't see ones that
  I felt comfortable converting to use this function; in large part
  because I don't have a good way to test the conversion.

Built and regtested on x86-64 Fedora 18.  New test cases included;
this required a minor addition to the DWARF assembler.  Note that the
DWARF CU made by implptrpiece.exp uses a funny pointer size in order
to show the sign-extension bug on all platforms.

	* dwarf2loc.c (read_pieced_value): Truncate this_size_bits
	after taking bits_to_skip into account.  Sign extend byte_offset.
	* utils.h (gdb_sign_extend): Declare.
	* utils.c (gdb_sign_extend): New function.

	* gdb.dwarf2/implptrpiece.exp: New file.
	* gdb.dwarf2/implptrconst.exp (d): New variable.
	Print d.
	* lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2013-06-18 18:11:19 +00:00
..
ada.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
append_gdb_boards_dir.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cell.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cl_util.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cl_util.h Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
compiler.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
compiler.cc Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
cp-support.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
dwarf.exp Fix PR symtab/15391 2013-06-18 18:11:19 +00:00
fortran.exp gdb/testsuite/ 2013-03-14 13:34:06 +00:00
future.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb-python.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
gdb.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
gdbserver-support.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
go.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
java.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
mi-support.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
objc.exp gdb/testsuite/ 2013-03-14 13:34:06 +00:00
opencl.exp Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
opencl_hostapp.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
opencl_kernel.cl gdb: 2010-11-05 14:31:30 +00:00
pascal.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
prelink-support.exp 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com> 2013-06-04 13:23:32 +00:00
prompt.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00
range-stepping-support.exp gdb/testsuite/ 2013-05-24 09:57:12 +00:00
selftest-support.exp fix python-selftest.exp failure with gdbserver 2013-06-18 14:12:09 +00:00
set_unbuffered_mode.c Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
trace-support.exp Remove superfluous semicolons from testsuite throughout. 2013-06-07 17:31:09 +00:00