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]

src/gdb ChangeLog solist.h solib.c solib-svr4.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	msnyder@sources.redhat.com	2000-11-20 17:09:54

Modified files:
	gdb            : ChangeLog solist.h solib.c solib-svr4.c 

Log message:
	2000-11-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
	
	* solist.h: Declare new function solib_open.
	* solib.c (solib_open): New function.  Abstracts some of the
	code from solib_map_sections, for finding the binary solib file.
	(solib_map_sections): Call solib_open.
	* solib-svr4.c (enable_break): Call solib_open.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.791&r2=1.792
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/solist.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/solib.c.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/solib-svr4.c.diff?cvsroot=src&r1=1.3&r2=1.4


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