src/gdb ChangeLog python/python-internal.h

palves@sourceware.org palves@sourceware.org
Wed May 22 09:31:00 GMT 2013


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-05-22 09:31:44

Modified files:
	gdb            : ChangeLog 
	gdb/python     : python-internal.h 

Log message:
	Let the ARI know gdb_Py_DECREF is OK.
	
	The ARI complains with:
	
	> gdb/python/python-internal.h:177: code: editCase function: Function name starts lower case but has uppercased letters.
	gdb/python/python-internal.h:177:gdb_Py_DECREF (void *op)
	
	gdb_Py_DECREF is just wrapping a python macro that happens to be mixed case.
	
	gdb/
	2013-05-22  Pedro Alves  <palves@redhat.com>
	
	* python/python-internal.h (gdb_Py_DECREF): Tag with
	"ARI: editCase function".

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15613&r2=1.15614
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/python-internal.h.diff?cvsroot=src&r1=1.76&r2=1.77



More information about the Gdb-cvs mailing list