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 Makefile.in NEWS cli/cli-scr ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_4-branch
Changes by:	ams@sourceware.org	2005-11-16 12:44:11

Modified files:
	gdb            : ChangeLog Makefile.in NEWS 
	gdb/cli        : cli-script.c 
	gdb/doc        : ChangeLog gdb.texinfo 

Log message:
	2005-11-16  Andrew Stubbs  <andrew.stubbs@st.com>
	
	* NEWS (6.4): Mention $argc.
	* cli/cli-script.c: Include gdb_assert.h.
	(locate_arg): Detect $argc.
	(insert_args): Substitute $argc.
	* Makefile.in (cli-script.o): Add dependency on gdb_assert.h.
	
	doc/
	* gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
	Change @var{$arg0 to @code{$arg0.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.7401.2.19&r2=1.7401.2.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.758.2.2&r2=1.758.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.176.2.2&r2=1.176.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/cli/cli-script.c.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.30&r2=1.30.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.523.2.2&r2=1.523.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.282.2.2&r2=1.282.2.3


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