This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb ChangeLog doc/ChangeLog doc/gdb.texinf ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	pmuldoon@sourceware.org	2010-11-29 13:49:06

Modified files:
	gdb            : ChangeLog 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/python     : py-breakpoint.c 
	gdb/testsuite  : ChangeLog 
	gdb/testsuite/gdb.python: py-breakpoint.exp 

Log message:
	2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
	
	PR python/12199
	
	* python/py-breakpoint.c (bppy_delete_breakpoint): New function.
	
	2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
	
	PR python/12199
	
	* gdb.python/py-breakpoint.exp: Test the delete method.
	
	2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
	
	PR python/12199
	
	* gdb.texinfo (Breakpoints In Python): Document "delete" method.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12351&r2=1.12352
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1125&r2=1.1126
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.776&r2=1.777
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-breakpoint.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2519&r2=1.2520
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-breakpoint.exp.diff?cvsroot=src&r1=1.5&r2=1.6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]