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 parser-defs.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-10-19 19:55:56

Modified files:
	gdb            : ChangeLog parser-defs.h 

Log message:
	Document exp_descriptor.op_name should never return NULL.
	
	This documents a constaint that struct exp_descriptor's "op_name"
	method implementation should obey.  This might not have been part
	of the initial design, but is currently true of all instantiations,
	and already assumed by the current users.
	
	gdb/ChangeLog:
	
	* parser-defs.h (struct exp_descriptor): Document constraint
	on return value for "op_name" callbacks.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14743&r2=1.14744
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/parser-defs.h.diff?cvsroot=src&r1=1.47&r2=1.48


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