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]

gdb ./ChangeLog ./Makefile.in ./v850ice.c ./tr ...


CVSROOT:	/cvs/uberbaum
Module name:	gdb
Changes by:	ezannoni@sources.redhat.com	2002-10-02 14:33:59

Modified files:
	.              : ChangeLog Makefile.in v850ice.c tracepoint.c 
	                 inferior.h frame.h 
	mi             : ChangeLog mi-main.c 
	tui            : ChangeLog tui-hooks.c 

Log message:
	2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
	
	* inferior.h (registers_info, stepi_command, nexti_command,
	continue_command, interrupt_target_command): Export from infcmd.c.
	* frame.h (args_info, selected_frame_level_changed_hook,
	return_command): Export from stack.c.
	* v850ice.c (stepi_command, nexti_command, continue_command): use
	prototypes from inferior.h.
	* tracepoint.c (registers_info, args_info, locals_info): Use
	prototypes from frame.h and inferior.h.
	* Makefile.in (mi-main.o): Add dependency on frame.h.
	
	2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
	
	* mi-main.c (mi_cmd_exec_return): Don't use
	return_command_wrapper, use return_command instead.
	(mi_cmd_exec_interrupt): Don't use
	interrupt_target_command_wrapper, use interrupt_target_command
	instead.
	(return_command_wrapper, interrupt_target_command_wrapper):
	Delete.
	Include frame.h.
	
	2002-10-02  Elena Zannoni  <ezannoni@redhat.com>
	
	* tui-hooks.c (selected_frame_level_changed_hook): Use the one
	exported from frame.h.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/ChangeLog.diff?cvsroot=uberbaum&r1=1.3293&r2=1.3294
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/Makefile.in.diff?cvsroot=uberbaum&r1=1.267&r2=1.268
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/v850ice.c.diff?cvsroot=uberbaum&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/tracepoint.c.diff?cvsroot=uberbaum&r1=1.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/inferior.h.diff?cvsroot=uberbaum&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/frame.h.diff?cvsroot=uberbaum&r1=1.25&r2=1.26
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/mi/ChangeLog.diff?cvsroot=uberbaum&r1=1.73&r2=1.74
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/mi/mi-main.c.diff?cvsroot=uberbaum&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/tui/ChangeLog.diff?cvsroot=uberbaum&r1=1.94&r2=1.95
http://sources.redhat.com/cgi-bin/cvsweb.cgi/gdb/tui/tui-hooks.c.diff?cvsroot=uberbaum&r1=1.8&r2=1.9


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