This is the mail archive of the gdb-cvs@sourceware.cygnus.com 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]

src/gdb ChangeLog defs.h printcmd.c utils.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_5_0-2000-04-10-branch
Changes by:	cagney@sourceware.cygnus.com	00/04/20 21:10:47

Modified files:
	gdb            : ChangeLog defs.h printcmd.c utils.c 

Log message:
	* defs.h, utils.c (free_current_contents): Change parameter to
	void*.
	
	From Philippe De Muyter  <phdm@macqel.be>:
	* printcmd.c (print_address_symbolic): Call `make_cleanup' with
	`(free_current_contents, &x)', not `(free, x)'.
	* utils.c (free_current_contents): Do not `free (NULL)'.
	
	* printcmd.c (print_address_symbolic): Cleanup after a failed
	call to build_address_symbolic.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.255.2.23&r2=1.255.2.24
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.13&r2=1.13.2.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/printcmd.c.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.3&r2=1.3.2.1
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&only_with_tag=gdb_5_0-2000-04-10-branch&r1=1.6&r2=1.6.2.1


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