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 tracepoint.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tromey@sourceware.org	2013-05-30 17:10:41

Modified files:
	gdb            : ChangeLog tracepoint.c 

Log message:
	make a cleanup unconditionally in tracepoint.c
	
	This is another cosmetic patch.  It introduces an "outer" cleanup in
	trace_dump_command and arranges to unconditionally call do_cleanups.
	This lets the checker analyze the function.
	
	* tracepoint.c (trace_dump_command): Unconditionally call
	do_cleanups.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15649&r2=1.15650
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/tracepoint.c.diff?cvsroot=src&r1=1.308&r2=1.309


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