8sa1-binutils-gdb/gdb/testsuite
Daniel Jacobowitz ea37ba0926 * NEWS: Update description of string changes. Mention print/s.
* c-valprint.c (textual_element_type): New.
	(c_val_print): Use it.  Do not skip address printing for pointers
	with a string format.
	(c_value_print): Doc update.
	* dwarf2read.c (read_array_type): Use make_vector_type.
	* gdbtypes.c (make_vector_type): New.
	(init_vector_type): Use it.
	(gdbtypes_post_init): Initialize builtin_true_unsigned_char.
	(_initialize_gdbtypes): Mark int8_t and uint8_t as TYPE_FLAG_NOTTEXT.
	* gdbtypes.h (struct builtin_type): Add builtin_true_unsigned_char.
	(TYPE_FLAG_NOTTEXT, TYPE_NOTTEXT): New.
	(make_vector_type): New.
	* printcmd.c (print_formatted): Only handle 's' and 'i' for examine.
	Call the language print routine for string format.
	(print_scalar_formatted): Call val_print for string format.  Handle
	unsigned original types for char format.
	(validate_format): Do not reject string format.
	* stabsread.c (read_type): Use make_vector_type.
	* xml-tdesc.c (tdesc_start_vector): Use init_vector_type.

	* gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
	(Examining Memory): Update mentions of the 's' format.
	(Automatic Display): Likewise.

	* gdb.arch/i386-sse.exp: Do not expect character constants.
	* gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
	* gdb.base/display.exp: Allow print/s.
	* gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
	and unsigned char array changes.
2007-09-05 00:51:49 +00:00
..
config Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.ada Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.arch * NEWS: Update description of string changes. Mention print/s. 2007-09-05 00:51:49 +00:00
gdb.asm Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.base * NEWS: Update description of string changes. Mention print/s. 2007-09-05 00:51:49 +00:00
gdb.cp ChangeLog gdb/: 2007-08-27 14:31:46 +00:00
gdb.disasm Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.dwarf2 Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.fortran Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.gdb * gdb.base/default.exp (show version): Update the version text. 2007-09-03 14:58:47 +00:00
gdb.hp Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.java Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.mi Implement -var-info-path-expression. 2007-08-31 18:52:05 +00:00
gdb.objc Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.server Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.stabs Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.threads Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.trace Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
gdb.xml Switch the license of all .exp files to GPLv3. 2007-08-23 18:14:19 +00:00
lib * lib/gdb.exp (build_id_debug_filename_get): New function. 2007-09-01 08:16:16 +00:00
.gdbinit
aclocal.m4
ChangeLog * NEWS: Update description of string changes. Mention print/s. 2007-09-05 00:51:49 +00:00
configure
configure.ac * configure.ac: Switch license to GPLv3. 2007-08-23 17:58:44 +00:00
Makefile.in Add "make pdf" and "make install-pdf", from Brooks Moses 2007-03-27 18:09:36 +00:00
TODO