binutils-gdb/gdb/testsuite
Thiago Jung Bauermann a08702d647 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
Tom Tromey  <tromey@redhat.com>

gdb/
	* Makefile.in (SUBDIR_PYTHON_OBS): Add python-value.o.
	(SUBDIR_PYTHON_SRCS): Add python-value.c.
	(python-value.o): New target.
	* configure.ac (CONFIG_OBS): Add python-value.o.
	(CONFIG_SRCS): Add python/python-value.c
	* configure: Regenerate.
	* python-internal.h (value_object_type): Add external declaration.
	(gdbpy_get_value_from_history, value_to_value_object,
	convert_value_from_python, gdbpy_initialize_values): Add function
	prototype.
	* python/python-value.c: New file.
	* python/python.c (GdbMethods): Add gdbpy_get_value_from_history.
	(_initialize_python): Call gdbpy_initialize_values.
	* python/python.h (values_in_python): Add external declaration.
	* value.c (value_prepend_to_list, value_remove_from_list): New
	functions.
	(preserve_values): Iterate over values_in_python list as well.
	* value.h (value_prepend_to_list, value_remove_from_list): Add
	function prototypes.

gdb/doc/
	* gdb.texinfo. (Values From Inferior): New subsubsection.

gdb/testsuite/
	* gdb.python/python-value.c: New file.
	* gdb.python/python-value.exp: New file.
2008-10-16 03:54:00 +00:00
..
config Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.ada * gdb.ada/ref_tick_size.exp: New testcase. 2008-10-07 14:10:31 +00:00
gdb.arch * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1) 2008-09-08 16:03:14 +00:00
gdb.asm Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.base * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than 2008-10-09 16:49:47 +00:00
gdb.cp typo. 2008-10-15 07:55:24 +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 gdb/ 2008-10-15 19:15:34 +00:00
gdb.modula2 Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
gdb.objc Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
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 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com> 2008-10-16 03:54:00 +00:00
gdb.server * linux-low.c (linux_attach_lwp): Do not _exit after errors. 2008-01-30 00:51:50 +00:00
gdb.stabs Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.threads gdb/testsuite/ 2008-09-28 11:39:45 +00:00
gdb.trace Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.xml Updated copyright notices for most files. 2008-01-01 22:53:26 +00:00
lib gdb/ 2008-09-22 11:00:41 +00:00
.gdbinit
aclocal.m4 gdb: 2008-04-23 12:21:50 +00:00
ChangeLog 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com> 2008-10-16 03:54:00 +00:00
configure gdb: 2008-04-23 12:21:50 +00:00
configure.ac * gdb.opt/clobbered-registers-O2.c: New testcase source file. 2007-10-25 20:30:26 +00:00
Makefile.in * Makefile.in (just-check): Remove. Move body to... 2008-07-28 20:05:58 +00:00
TODO