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]

src/gdb ChangeLog Makefile.in top.c infrun.c c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ezannoni@sources.redhat.com	2001-07-16 07:46:34

Modified files:
	gdb            : ChangeLog Makefile.in top.c infrun.c command.h 
	                 gdbcmd.h 
	gdb/cli        : cli-setshow.h 

Log message:
	2001-07-16  Elena Zannoni  <ezannoni@redhat.com>
	
	* top.c (is_complete_command, init_cmd_lists, init_cli_cmds,
	execute_user_command, do_setshow_command, get_prompt, init_proc,
	serial_log_command): Remove extern declarations.  Include
	cli/cli-cmds.h, cli/cli-script.h, cli/cli-setshow.h, serial.h.
	* gdbcmd.h (execute_user_command): Remove declaration, it's already
	in cli/cli-script.h.
	* command.h (do_setshow_command): Remove declaration, it's already
	in cli/cli-setshow.h.
	* infrun.c: Include "cli/cli-script.h" for execute_user_command.
	* Makefile.in (infrun.o): Update dependencies.
	(top.o): Ditto.
	* cli/cli-setshow.h: Add comment for do_setshow_command.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1484&r2=1.1485
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.98&r2=1.99
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&r1=1.38&r2=1.39
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infrun.c.diff?cvsroot=src&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/command.h.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbcmd.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-setshow.h.diff?cvsroot=src&r1=1.2&r2=1.3


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