This is the mail archive of the gdb-cvs@sources.redhat.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]
Other format: [Raw text]

gdb ChangeLog disasm.c


CVSROOT:	/cvs/uberbaum
Module name:	gdb
Changes by:	ezannoni at sourceware dot org	2003-04-08 01:40:31

Modified files:
	.              : ChangeLog disasm.c 

Log message:
	2003-04-04  Elena Zannoni  <ezannoni at redhat dot com>
	
	* disasm.c (dump_insns):  Move variables inside loop, or they will
	be freed more than once, causing wild memory corruptions.
	(gdb_disassembly): Look for the substring "-thread",
	instead of "-threads" in the target name, to make sure to find
	the 'multi-thread' target.  Also, make sure we do the right thing
	with the "core" target.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.4052&r2=1.4053
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/disasm.c.diff?cvsroot=uberbaum&r1=1.5&r2=1.6


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