This is the mail archive of the gdb-prs@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/209


The following reply was made to PR gdb/209; it has been noted by GNATS.

From: tromey@sourceware.cygnus.com
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: gdb/209
Date: 22 Nov 2001 00:23:15 -0000

 CVSROOT:	/cvs/src
 Module name:	src
 Changes by:	tromey@sources.redhat.com	2001-11-21 16:23:14
 
 Modified files:
 	gdb            : ChangeLog command.h fork-child.c gdbarch.c 
 	                 gdbarch.h gdbarch.sh infcmd.c inferior.h main.c 
 	gdb/cli        : cli-decode.h cli-setshow.c 
 
 Log message:
 	Fix for PR gdb/209, PR gdb/156:
 	* gdbarch.c, gdbarch.h: Rebuilt.
 	* gdbarch.sh: Added `construct_inferior_arguments'.
 	* cli/cli-decode.h (cmd_list_element): Added pre_show_hook.
 	Typo fix.
 	* cli/cli-setshow.c (do_setshow_command): Call the pre_show_hook.
 	* infcmd.c (_initialize_infcmd): Set sfunc on `set args' command.
 	(inferior_argc, inferior_argv): New globals.
 	(notice_args_set): New function.
 	(set_inferior_args): Clear inferior_argc and inferior_argv.
 	(set_inferior_args_vector): New function.
 	(get_inferior_args): Handle inferior argument vector.
 	(run_command): Use get_inferior_args().
 	(notice_args_read): New function.
 	(_initialize_infcmd): Don't call set_inferior_args.
 	* command.h: Typo fix.
 	(cmd_list_element): Added pre_show_hook.
 	* main.c (captured_main): Added --args option.
 	(print_gdb_help): Document --args.
 	* inferior.h (construct_inferior_arguments): Declare.
 	(set_inferior_args_vector): Likewise.
 	* fork-child.c (construct_inferior_arguments): New function.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1805&r2=1.1806
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/command.h.diff?cvsroot=src&r1=1.19&r2=1.20
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/fork-child.c.diff?cvsroot=src&r1=1.14&r2=1.15
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.c.diff?cvsroot=src&r1=1.87&r2=1.88
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.h.diff?cvsroot=src&r1=1.68&r2=1.69
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.sh.diff?cvsroot=src&r1=1.92&r2=1.93
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.33&r2=1.34
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&r1=1.23&r2=1.24
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/main.c.diff?cvsroot=src&r1=1.13&r2=1.14
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-decode.h.diff?cvsroot=src&r1=1.4&r2=1.5
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-setshow.c.diff?cvsroot=src&r1=1.4&r2=1.5
 


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