src/gdb ChangeLog jit.c objfiles.c objfiles.h ...
tromey@sourceware.org
tromey@sourceware.org
Wed Aug 22 16:44:00 GMT 2012
CVSROOT: /cvs/src
Module name: src
Changes by: tromey@sourceware.org 2012-08-22 16:44:45
Modified files:
gdb : ChangeLog jit.c objfiles.c objfiles.h symfile.c
Log message:
* jit.c (jit_object_close_impl): Don't malloc the objfile
name.
* objfiles.c (allocate_objfile): Don't malloc the objfile
name.
(free_objfile): Don't free the objfile name.
* objfiles.h (struct objfile) <name>: Update comment.
* symfile.c (reread_symbols): Fix reference counting. Don't
malloc objfile name.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14615&r2=1.14616
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/jit.c.diff?cvsroot=src&r1=1.38&r2=1.39
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/objfiles.c.diff?cvsroot=src&r1=1.146&r2=1.147
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/objfiles.h.diff?cvsroot=src&r1=1.96&r2=1.97
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/symfile.c.diff?cvsroot=src&r1=1.348&r2=1.349
More information about the Gdb-cvs
mailing list