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 breakpoint.c command.h recor ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	msnyder@sourceware.org	2009-11-20 17:23:38

Modified files:
	gdb            : ChangeLog breakpoint.c command.h record.c 
	                 reverse.c target.c target.h 

Log message:
	2009-10-25  Michael Snyder  <msnyder@vmware.com>
	
	* target.h (struct target_ops): New methods to_get_bookmark
	and to_goto_bookmark.
	(target_get_bookmark): New macro.
	(target_goto_bookmark): New macro.
	* target.c (dummy_get_bookmark): New function, default implementation.
	(dummy_goto_bookmark): New function, default implementation.
	(update_current_target): Inherit new methods.
	* record.c (record_get_bookmark): New function.
	(record_goto_bookmark): New function.
	(init_record_ops): Set to_get_bookmark and to_goto_bookmark methods.
	* reverse.c (struct bookmark): New type.
	(save_bookmark_command): New function (command).
	(delete_bookmark_command): New function (command).
	(goto_bookmark_command): New function (command).
	(bookmarks_info): New function (command).
	(_initialize_reverse): Add new bookmark commands.
	* command.h (enum command_class): Add class_bookmark.
	* NEWS: Mention bookmark commands.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11098&r2=1.11099
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.429&r2=1.430
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/command.h.diff?cvsroot=src&r1=1.65&r2=1.66
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/record.c.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/reverse.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.232&r2=1.233
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.167&r2=1.168


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