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 python/py-inferior.c python/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	pmuldoon@sourceware.org	2011-07-11 12:10:19

Modified files:
	gdb            : ChangeLog 
	gdb/python     : py-inferior.c py-infthread.c 

Log message:
	2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
	
	* python/py-inferior.c (infpy_dealloc): New function.
	(inferior_to_inferior_object): Return a new object, or a
	new reference to the existing object.
	(find_thread_object): Cleanup references to inferior.
	(delete_thread_object): Ditto.
	* python/py-infthread.c (create_thread_object): Do not increment
	inferior reference count.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13178&r2=1.13179
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-inferior.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-infthread.c.diff?cvsroot=src&r1=1.4&r2=1.5


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