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]
Other format: [Raw text]

src/gdb ChangeLog defs.h exec.c fbsd-proc.c gc ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	ezannoni_pie-20030916-branch
Changes by:	ezannoni@sourceware.org	2003-09-29 22:40:20

Modified files:
	gdb            : ChangeLog defs.h exec.c fbsd-proc.c gcore.c 
	                 gnu-nat.c inftarg.c linux-proc.c procfs.c 
	                 sol-thread.c target.h 

Log message:
	2003-09-29  Elena Zannoni  <ezannoni@redhat.com>
	
	* exec.c (exec_set_find_memory_regions): Update parameter list.
	* defs.h (exec_set_find_memory_regions): Update parameter list.
	* fbsd-proc.c (fbsd_find_memory_regions): Likewise. Update call to
	function parameter.
	* gcore.c (gcore_create_callback): Update paramter list.
	(objfile_find_memory_regions): Update parameter list. Update calls
	to function parameter.
	* gnu-nat.c (gnu_find_memory_regions): Update parameter
	list. Update calls to function parameter.
	* inftarg.c (inftarg_set_find_memory_regions): Update parameter
	list.
	* linux-proc.c (read_mapping): Prune the leading whitespaces in
	the filename.
	(linux_find_memory_regions): Update parameter list. Update call to
	function parameter.
	* procfs.c (find_memory_regions_callback): Update paremeters and
	calls.
	(proc_find_memory_regions): Update parameters.
	* sol-thread.c (sol_find_memory_regions): Update parameter list.
	* target.h (struct target_ops): Update definition of
	to_find_memory_regions field.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.4773.2.1&r2=1.4773.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.130&r2=1.130.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/exec.c.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.29&r2=1.29.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/fbsd-proc.c.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.3&r2=1.3.48.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gcore.c.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.11&r2=1.11.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gnu-nat.c.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.27&r2=1.27.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/inftarg.c.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.17&r2=1.17.34.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linux-proc.c.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.19&r2=1.19.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/procfs.c.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.46&r2=1.46.18.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sol-thread.c.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.37&r2=1.37.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&only_with_tag=ezannoni_pie-20030916-branch&r1=1.41&r2=1.41.6.1


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