binutils-gdb/gdb/testsuite
Pedro Alves b84aa90aa5 2009-08-13 Pedro Alves <pedro@codesourcery.com>
PR gdb/8869:

	* language.c (language, type, range, case_sensitive): Make const.
	(show_language_command): Don't call deprecated_show_value_hack.
	Special case "auto".
	(set_language_command): An unrecognized language is now an
	internal error instead of a user error.  Don't call set_lang_str.
	(show_type_command): Don't call deprecated_show_value_hack.
	Special case "auto".  Use warning.
	(set_type_command): An unrecognized type is now an internal error
	instead of a user error.  Output type check mismatch with language
	here.  Don't call set_type_str.
	(show_range_command): Don't call deprecated_show_value_hack.
	Special case "auto".  Use warning.
	(set_range_command): An unrecognized range check is now an
	internal error instead of a warning.  Output range check mismatch
	with language here.  Don't call set_range_str.
	(show_case_command): Don't call deprecated_show_value_hack.
	Special case "auto".  Use warning.
	(set_case_command): Don't call set_case_str.  An unrecognized case
	check is now an internal error instead of a warning.  Output range
	check mismatch with language here.  Don't call set_case_str.
	(set_type_range_case): Don't call set_type_str, set_range_str or
	set_case_str here.
	(set_lang_str, set_type_str, set_range_str, set_case_str): Delete.
	(add_language): Install or reinstall the "set language" command
	here, and make it an enum command.  Build the enumeration and the
	help string from the current list of known languages.
	(_initialize_language): Don't install "set language" here.  Make
	"set check type", "set check range" and "set case-sensitive" enum
	commands.  Register the "auto" "local" and "unknown" languages in
	that order.

2009-08-13  Pedro Alves  <pedro@codesourcery.com>

	* gdb.base/default.exp: Adjust "set language test": it's now an
	enum command.  Larger help string moved to "help set language".
	* gdb.base/help.exp: Adjust "help set language" expected output,
	now lists all known languages.
2009-08-13 14:58:27 +00:00
..
config
gdb.ada
gdb.arch * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of 2009-08-11 19:21:37 +00:00
gdb.asm
gdb.base 2009-08-13 Pedro Alves <pedro@codesourcery.com> 2009-08-13 14:58:27 +00:00
gdb.cell * configure.ac: Run gdb.cell tests when appropriate. 2009-07-31 15:38:16 +00:00
gdb.cp gdb/testsuite/ 2009-07-13 19:24:18 +00:00
gdb.disasm
gdb.dwarf2
gdb.fortran
gdb.gdb
gdb.hp
gdb.java
gdb.mi Implement -break-commands 2009-08-03 12:39:01 +00:00
gdb.modula2
gdb.objc
gdb.opt
gdb.pascal
gdb.python 2009-07-10 Phil Muldoon <pmuldoon@redhat.com> 2009-07-10 10:35:17 +00:00
gdb.reverse 2009-07-14 Michael Snyder <msnyder@vmware.com> 2009-07-15 01:18:58 +00:00
gdb.server
gdb.stabs
gdb.threads * defs.h (strlen_paddr, paddr, paddr_nz): Remove. 2009-07-02 17:21:10 +00:00
gdb.trace gdb/ 2009-07-14 21:40:34 +00:00
gdb.xml ChangeLog: 2009-07-31 15:28:27 +00:00
lib Implement -break-commands 2009-08-03 12:39:01 +00:00
.gdbinit
aclocal.m4
ChangeLog 2009-08-13 Pedro Alves <pedro@codesourcery.com> 2009-08-13 14:58:27 +00:00
configure * configure.ac: Run gdb.cell tests when appropriate. 2009-07-31 15:38:16 +00:00
configure.ac * configure.ac: Run gdb.cell tests when appropriate. 2009-07-31 15:38:16 +00:00
dg-extract-results.sh
Makefile.in gdb/ 2009-06-30 21:23:38 +00:00
TODO