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 gcore.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	msnyder-fork-checkpoint-branch
Changes by:	msnyder@sourceware.org	2005-11-22 00:11:55

Modified files:
	gdb            : ChangeLog gcore.c 

Log message:
	2005-11-21  Michael Snyder  <msnyder@redhat.com>
	
	* gcore.c: Add restore-corefile-command.
	
	(call_target_sbrk): Abstracted from derive_heap_segment.
	(derive_heap_segment): Call call_target_sbrk instead of
	coding it inline.
	(load_core_sections): Callback for bfd_map_over_sections.
	(rcore_command): Implements restore-corefile-command ('rcore').
	(__initialize_gcore): Add new command rcore/restore-corefile.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=msnyder-fork-checkpoint-branch&r1=1.7446&r2=1.7446.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gcore.c.diff?cvsroot=src&only_with_tag=msnyder-fork-checkpoint-branch&r1=1.17&r2=1.17.12.1


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