binutils-gdb/gdb/testsuite
Ken Werner dbc98a8b6e gdb:
* dwarf2read.c (read_array_type): Read the DW_AT_byte_size from the
	DIE and set the length of the type.
	* gdbtypes.h (get_array_bounds): Move here from valprint.h.
	* gdbtypes.c (get_array_bounds): Move here from valprint.c and
	return 0 if the corresponding bounds of the type are undefined.
	* valprint.h (get_array_bounds): Move declaration to gdbtypes.h.
	* valprint.c (get_array_bounds): Move implementation to gdbtypes.c.
	(val_print_array_elements): Use get_array_bounds to compute the number
	of array elements instead of dividing the length of the array by the
	length of the element types.
	* valarith.c (vector_binop): Likewise.
	* valops.c (value_cast): Likewise.
	* c-valprint.c (c_val_print): Likewise.
	* c-typeprint.c (c_type_print_varspec_suffix): Likewise.

gdb/testsuite:
	* gdb.base/gnu_vector.exp: Adjust expect messages.
2010-11-03 14:21:58 +00:00
..
config
gdb.ada
gdb.arch
gdb.asm
gdb.base gdb: 2010-11-03 14:21:58 +00:00
gdb.cell
gdb.cp cvs add smartp.cc smartp.exp 2010-10-20 18:56:09 +00:00
gdb.disasm
gdb.dwarf2 gdb/testsuite/ 2010-10-17 18:55:09 +00:00
gdb.fortran
gdb.gdb
gdb.hp
gdb.java
gdb.mi
gdb.modula2
gdb.multi
gdb.objc
gdb.opt
gdb.pascal
gdb.python New python module gdb.printing, and new commands info pretty-printer, 2010-11-02 22:44:13 +00:00
gdb.reverse
gdb.server
gdb.stabs
gdb.threads gdb/ 2010-11-02 01:37:32 +00:00
gdb.trace
gdb.xml
lib New python module gdb.types. 2010-10-13 20:08:46 +00:00
.gdbinit
aclocal.m4
ChangeLog gdb: 2010-11-03 14:21:58 +00:00
configure
configure.ac
dg-extract-results.sh
Makefile.in
TODO