binutils-gdb/gdb/testsuite
Doug Evans fa33c3cd05 * NEWS: Add entry for python program space support.
* Makefile.in (SUBDIR_PYTHON_OBS): Add py-progspace.o.
	(SUBDIR_PYTHON_SRCS): Add py-progspace.c.
	(py-progspace.o): New rule.
	* python/py-prettyprint.c (find_pretty_printer_from_objfiles): New
	function.
	(find_pretty_printer_from_progspace): New function.
	(find_pretty_printer_from_gdb): New function.
	(find_pretty_printer): Rewrite.
	* python/py-progspace.c: New file.
	* python/python-internal.h (program_space): Add forward decl.
	(pspace_to_pspace_object, pspy_get_printers): Declare.
	(gdbpy_initialize_pspace): Declare.
	* python/python.c: #include "progspace.h".
	(gdbpy_get_current_progspace, gdbpy_progspaces): New functions.
	(_initialize_python): Call gdbpy_initialize_pspace.
	(GdbMethods): Add current_progspace, progspaces.

	doc/
	* gdb.texinfo (Python API): Add progspaces section.
	(Selecting Pretty-Printers): Progspace pretty-printers are
	searched too.
	(Progspaces In Python): New section.

	testsuite/
	* gdb.python/py-progspace.c: New file.
	* gdb.python/py-progspace.exp: New file.
2010-04-15 19:54:13 +00:00
..
config
gdb.ada
gdb.arch Checkin gdb.arch/i386-avx.exp. 2010-04-07 18:47:57 +00:00
gdb.asm
gdb.base Add -s option to source command. 2010-04-15 17:45:57 +00:00
gdb.cell
gdb.cp * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern. 2010-04-06 12:45:22 +00:00
gdb.disasm
gdb.dwarf2 gdb/ 2010-03-31 18:13:38 +00:00
gdb.fortran
gdb.gdb
gdb.hp
gdb.java * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to 2010-03-31 00:47:23 +00:00
gdb.mi
gdb.modula2
gdb.multi
gdb.objc
gdb.opt
gdb.pascal
gdb.python * NEWS: Add entry for python program space support. 2010-04-15 19:54:13 +00:00
gdb.reverse 2010-04-02 Hui Zhu <teawater@gmail.com> 2010-04-02 05:13:09 +00:00
gdb.server
gdb.stabs * gdb/stabsread.c (define_symbol): Add support for char 2010-04-05 22:43:49 +00:00
gdb.threads
gdb.trace 2010-04-08 Stan Shebs <stan@codesourcery.com> 2010-04-09 00:49:59 +00:00
gdb.xml
lib
.gdbinit
ChangeLog * NEWS: Add entry for python program space support. 2010-04-15 19:54:13 +00:00
Makefile.in gdb/testsuite/ 2010-04-09 20:50:46 +00:00
TODO
aclocal.m4
configure
configure.ac
dg-extract-results.sh