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 Makefile.in corelow.c fork-child.c inf ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb-csl-gxxpro-6_3-branch
Changes by:	drow@sourceware.org	2006-01-26 18:11:53

Modified files:
	gdb            : Makefile.in corelow.c fork-child.c inf-ptrace.c 
	                 inf-ttrace.c infcmd.c inferior.h inftarg.c 
	                 remote.c 

Log message:
	Backport:
	2006-01-24  Daniel Jacobowitz  <dan@codesourcery.com>
	
	PR gdb/1914
	* fork-child.c (fork_inferior): Don't call
	solib_create_inferior_hook.
	* infcmd.c (post_create_inferior): Call solib_add,
	solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
	(attach_command): Don't call solib_add or
	re_enable_breakpoints_in_shlibs.  Call post_create_inferior
	instead.
	...

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.761.2.1&r2=1.761.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/corelow.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.52&r2=1.52.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/fork-child.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.27&r2=1.27.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ptrace.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.26.6.1&r2=1.26.6.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ttrace.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.16.4.1&r2=1.16.4.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.140.6.1&r2=1.140.6.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.72.6.1&r2=1.72.6.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inftarg.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.44.2.1&r2=1.44.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&only_with_tag=gdb-csl-gxxpro-6_3-branch&r1=1.195.6.1&r2=1.195.6.2


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