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 ada-lang.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-10-11 13:45:27

Modified files:
	gdb            : ChangeLog ada-lang.c 

Log message:
	Add "ada_" prefix to enum ada_exception_catchpoint_kind
	
	This is in preparation for making that type public, in order to be
	able to use make create_ada_exception_catchpoint public as well,
	making it usable from the GDB/MI implementation.
	
	gdb/ChangeLog:
	
	* ada-lang.c (enum ada_exception_catchpoint_kind): Renames
	"enum exception_catchpoint_kind".  Replace the "ex_" prefix
	of all its enumerates with "ada_".  Update the rest of this
	file throughout.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.16096&r2=1.16097
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-lang.c.diff?cvsroot=src&r1=1.412&r2=1.413


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