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-arm-20051020-branch
Changes by:	drow@sourceware.org	2006-01-26 18:11:40

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-arm-20051020-branch&r1=1.756.2.3&r2=1.756.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/corelow.c.diff?cvsroot=src&only_with_tag=gdb-csl-arm-20051020-branch&r1=1.52&r2=1.52.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/fork-child.c.diff?cvsroot=src&only_with_tag=gdb-csl-arm-20051020-branch&r1=1.27&r2=1.27.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ptrace.c.diff?cvsroot=src&only_with_tag=gdb-csl-arm-20051020-branch&r1=1.26.2.1&r2=1.26.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inf-ttrace.c.diff?cvsroot=src&only_with_tag=gdb-csl-arm-20051020-branch&r1=1.14.2.1&r2=1.14.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&only_with_tag=gdb-csl-arm-20051020-branch&r1=1.140.2.1&r2=1.140.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&only_with_tag=gdb-csl-arm-20051020-branch&r1=1.72.2.1&r2=1.72.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/inftarg.c.diff?cvsroot=src&only_with_tag=gdb-csl-arm-20051020-branch&r1=1.43.2.2&r2=1.43.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&only_with_tag=gdb-csl-arm-20051020-branch&r1=1.195.2.2&r2=1.195.2.3


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