binutils-gdb/gdb/testsuite
Thiago Jung Bauermann d57a3c85f6 Initial python support.
gdb/
2008-08-06  Vladimir Prus  <vladimir@codesourcery.com>
	    Tom Tromey  <tromey@redhat.com>
	    Thiago Jung Bauermann  <bauerman@br.ibm.com>
	    Doug Evans  <dje@google.com>

	* Makefile.in (SUBDIR_PYTHON_OBS, SUBDIR_PYTHON_SRCS,
	SUBDIR_PYTHON_DEPS, SUBDIR_PYTHON_LDFLAGS, SUBDIR_PYTHON_CFLAGS,
	PYTHON_CFLAGS): New.
	(python_h, python_internal_h): New.
	(cli-script.o): Depend on python.h
	(python.o, python-utils.o): New.
	* cli/cli-script.c (print_command_lines): Handle python_control.
	(execute_control_command): Handle python_control.
	(execute_control_command_untraced): New function.
	(while_command): Call execute_control_command_untraced.
	(if_command): Likewise.
	(get_command_line): Remove static attribute.
	(read_next_line): Handle "python".
	(recurse_read_control_structure): Handle python_control.
	(read_command_lines): Handle python_control.
	Include python.h.
	* cli/cli-script.h (get_command_line): Add prototype.
	(execute_control_command_untraced): Likewise.
	* configure.ac: Add --with-python.
	* defs.h (enum command_control_type) <python_control>: New
	constant.
	* python/python-internal.h: New file.
	* python/python.c: New file.
	* python/python.h: New file.
	* python/python-utils.c: New file.
	* NEWS: Mention Python scripting support and its new commands.

gdb/doc/
2008-08-06  Tom Tromey  <tromey@redhat.com>

	* gdb.texinfo (Extending GDB): New chapter.
	(Sequences): Demoted chapter, now a section under the new
	Extending GDB chapter.
	(Python): New section.

gdb/testsuite/
2008-08-06  Tom Tromey  <tromey@redhat.com>

	* gdb.python/python.exp: New file.
2008-08-06 19:41:33 +00:00
..
config Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.ada * gdb.ada/null_array/foo.adb: Add multi-dimensional array 2008-05-23 18:15:23 +00:00
gdb.arch Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.asm Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.base Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.cp Fix for 'FAIL: gdb.cp/class2.exp: p acp->c2' on spu-elf 2008-07-15 19:15:28 +00:00
gdb.disasm Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
gdb.dwarf2 * gdb.dwarf2/dw2-compressed.S: Also define __start. 2008-07-27 21:01:45 +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 Fix for PR gdb/1543. 2008-08-06 12:52:08 +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 Initial python support. 2008-08-06 19:41:33 +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 Fix for PR gdb/1543. 2008-08-06 12:52:08 +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 Fix for PR gdb/1543. 2008-08-06 12:52:08 +00:00
.gdbinit
aclocal.m4 gdb: 2008-04-23 12:21:50 +00:00
ChangeLog Initial python support. 2008-08-06 19:41:33 +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