old-cross-binutils/gdb/testsuite
Pedro Alves 09e6485fa9 2008-12-29 Pedro Alves <pedro@codesourcery.com>
PR gdb/7536:
	* valprint.c (input_radix_1): New static global.
	(set_input_radix): Use it instead of "input_radix".
	(set_input_radix_1): Always leave input_radix_1 set to
	input_radix.
	(output_radix_1): New static global.
	(set_output_radix): Use it instead of "output_radix".
	(set_output_radix_1): Always leave output_radix_1 set to
	output_radix.
	(_initialize_valprint): Use "input_radix_1" instead of
	"input_radix" with the "input-radix" command.  Use
	"output_radix_1" instead of "output_radix" with the "output-radix"
	command.

2008-12-29  Pedro Alves  <pedro@codesourcery.com>

	PR gdb/7536:
	* gdb.base/radix.exp: Add tests to ensure invalid input radices
	and unsupported output radices are really rejected.
2008-12-29 02:18:48 +00:00
..
config Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.ada * gdb.ada/int_deref.exp: Convert the addresses into long_integer 2008-11-28 23:26:54 +00:00
gdb.arch Fix for PR gdb/8648. 2008-12-21 17:38:55 +00:00
gdb.asm Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.base 2008-12-29 Pedro Alves <pedro@codesourcery.com> 2008-12-29 02:18:48 +00:00
gdb.cp * gdb.cp/punctuator.exp: Backslash the '$' signs. 2008-12-23 17:19:00 +00:00
gdb.disasm Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.dwarf2 * dwarf2read.c (offset_in_cu_p): New function. 2008-10-06 21:54:24 +00:00
gdb.fortran Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.gdb * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches. 2008-01-26 13:56:37 +00:00
gdb.hp Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.java Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.mi * infcall.c (call_function_by_hand): Fix punctuation and capitalization 2008-11-18 00:13:04 +00:00
gdb.modula2
gdb.objc
gdb.opt * gdb.opt/Makefile.in: Fix whitespace. 2008-04-17 23:06:54 +00:00
gdb.pascal Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.python * gdb.python/python-value.exp (test_value_in_inferior): Don't use 2008-10-24 18:54:03 +00:00
gdb.server * gdb.server/ext-run.exp: Relax regexp for init program. 2008-12-04 17:41:42 +00:00
gdb.stabs Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.threads Fix for PR gdb/8648. 2008-12-21 17:38:55 +00:00
gdb.trace Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.xml
lib Implement =thread-selected notification. 2008-11-17 16:43:34 +00:00
.gdbinit
aclocal.m4 gdb: 2008-04-23 12:21:50 +00:00
ChangeLog 2008-12-29 Pedro Alves <pedro@codesourcery.com> 2008-12-29 02:18:48 +00:00
configure * configure.ac: Output gdb.python/Makefile. 2008-10-19 19:59:31 +00:00
configure.ac * configure.ac: Output gdb.python/Makefile. 2008-10-19 19:59:31 +00:00
Makefile.in 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com> 2008-10-16 15:08:28 +00:00
TODO