src/gdb ChangeLog objc-lang.c objc-lang.h

fedor@sources.redhat.com fedor@sources.redhat.com
Mon Dec 2 19:52:00 GMT 2002


CVSROOT:	/cvs/src
Module name:	src
Changes by:	fedor@sourceware.org	2002-12-02 19:52:37

Modified files:
	gdb            : ChangeLog objc-lang.c objc-lang.h 

Log message:
	* gdb/objc-lang.c (objc_printstr): Add width arg to match
	printstr prototype.
	(compare_selectors): Add 'const' to arg types.
	(compare_classes): Likewise.
	(find_imps): Cast msym pointer to avoid compiler warning.
	(print_object_command): Validate the address before
	passing it to the print routine.
	(find_objc_msgcall_submethod): Change function argument to
	return an int.
	* objc-lang.h: Add 'extern' to all function declaration.
	(value_nsstring): Add declaration.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3530&r2=1.3531
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/objc-lang.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/objc-lang.h.diff?cvsroot=src&r1=1.4&r2=1.5



More information about the Gdb-cvs mailing list