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 objfiles.c objfiles.h solib- ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-12-18 06:19:54

Modified files:
	gdb            : ChangeLog objfiles.c objfiles.h solib-darwin.c 

Log message:
	solib-darwin.c: handle PIE when attaching processes.
	
	gdb/ChangeLog:
	
	* solib-darwin.c (darwin_current_sos): Fix indentation.
	(darwin_read_exec_load_addr): New function.
	(darwin_solib_create_inferior_hook): Rebase executable.
	* objfiles.c (objfile_rebase1, objfile_rebase): New functions.
	* objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14952&r2=1.14953
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/objfiles.c.diff?cvsroot=src&r1=1.150&r2=1.151
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/objfiles.h.diff?cvsroot=src&r1=1.100&r2=1.101
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-darwin.c.diff?cvsroot=src&r1=1.33&r2=1.34


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