gdbadmin | 1 Jan 2006 01:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_4-branch
Changes by:	gdbadmin <at> sourceware.org	2006-01-01 00:00:03

Modified files:
	gdb            : version.in 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.1576.2.63&r2=1.1576.2.64

gdbadmin | 1 Jan 2006 01:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Changes by:	gdbadmin <at> sourceware.org	2006-01-01 00:00:33

Modified files:
	gdb            : version.in 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&r1=1.1637&r2=1.1638

gdbadmin | 2 Jan 2006 01:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Changes by:	gdbadmin <at> sourceware.org	2006-01-02 00:00:02

Modified files:
	gdb            : version.in 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&r1=1.1638&r2=1.1639

gdbadmin | 2 Jan 2006 01:00
Favicon

src/gdb version.in

CVSROOT:	/cvs/src
Module name:	src
Branch: 	gdb_6_4-branch
Changes by:	gdbadmin <at> sourceware.org	2006-01-02 00:00:32

Modified files:
	gdb            : version.in 

Log message:
	

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/version.in.diff?cvsroot=src&only_with_tag=gdb_6_4-branch&r1=1.1576.2.64&r2=1.1576.2.65

jimb | 2 Jan 2006 05:28
Favicon

src/gdb ChangeLog ChangeLog-2005

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb <at> sourceware.org	2006-01-02 04:28:17

Modified files:
	gdb            : ChangeLog 
Added files:
	gdb            : ChangeLog-2005 

Log message:
	Rotate ChangeLogs.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog-2005.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7501&r2=1.7502

jimb | 2 Jan 2006 05:31
Favicon

src/gdb ChangeLog xcoffread.c

CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb <at> sourceware.org	2006-01-02 04:31:58

Modified files:
	gdb            : ChangeLog xcoffread.c 

Log message:
	2006-01-01  Roger Sayle  <roger <at> eyesopen.com>
	Elena Zannoni <ezannoni <at> redhat.com>
	
	PR symtab/1651
	* xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
	for NULL before assigning this_symtab_psymtab->objfile to objfile.
	(scan_xcoff_symtab): Initialize next_symbol_text_func.
	(Committed by Jim Blandy)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7502&r2=1.7503
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/xcoffread.c.diff?cvsroot=src&r1=1.47&r2=1.48

brobecke | 2 Jan 2006 06:45
Favicon

src/gdb top.c ChangeLog

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke <at> sourceware.org	2006-01-02 05:45:54

Modified files:
	gdb            : top.c ChangeLog 

Log message:
	* top.c (print_gdb_version): Update copyright year to 2006.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&r1=1.109&r2=1.110
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7503&r2=1.7504

brobecke | 2 Jan 2006 06:50
Favicon

src/gdb top.c ChangeLog

CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke <at> sourceware.org	2006-01-02 05:50:11

Modified files:
	gdb            : top.c ChangeLog 

Log message:
	* top.c: Add 2006 to list of copyright years in file header.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&r1=1.110&r2=1.111
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7504&r2=1.7505

hilfingr | 2 Jan 2006 10:39
Favicon

src/gdb ChangeLog ada-lang.c ada-lang.h ada-ty ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	hilfingr <at> sourceware.org	2006-01-02 09:39:21

Modified files:
	gdb            : ChangeLog ada-lang.c ada-lang.h ada-typeprint.c 
	                 ada-valprint.c 

Log message:
	* ada-lang.c (process_raise_exception_name): Remove extraneous
	definition from unsubmitted code.
	(is_lower_alphanum): New function.
	(ada_decode):  Add support for decoding protected object subprograms
	and entries, and of entities declared inside protected object
	subprograms.
	Also add missing handling for__{DIGITS}+ suffixes.
	Allow '$<digits>' as valid overloading suffix.
	(is_name_suffix): Add handling for protected type entriy suffixes.
	Also add support for protected type subprogram suffixes, but keep
	it commented out for now, as there is an ambiguity between these
	entities and other internally generated entities.
	Allow '$<digits>' as valid overloading suffix.
	(is_valid_name_for_wild_match): New function.
	(wild_match): Add an exra level of verification of the entity name
	before declaring it a match for the given pattern.
	(ada_type_of_array, ada_evaluate_subexp): Use more proper
	longest_to_int rather than cast.
	(ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
	(ada_coerce_to_simple_array): Call check_size to make sure
	that the object size is reasonable.
(Continue reading)

hilfingr | 2 Jan 2006 10:46
Favicon

src/gdb ada-exp.y ada-lang.c ada-lang.h ada-le ...

CVSROOT:	/cvs/src
Module name:	src
Changes by:	hilfingr <at> sourceware.org	2006-01-02 09:46:34

Modified files:
	gdb            : ada-exp.y ada-lang.c ada-lang.h ada-lex.l 
	                 ChangeLog 

Log message:
	* ada-exp.y: Considerable reorganization to move functionality
	from ada-lex.l to here, where it is logically more appropriate.
	The original reason, however, was to prevent premature name
	lookups for selector names in record aggregates.
	(BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
	NAME for all of these.
	(VAR): New artificial token to clarify precedence rules.
	(OTHERS): New lexeme.
	(empty_stoken): New symbol.
	(%union): Remove ssym, voidval.
	(%type): Remove <voidval> type declarations.
	(syntax definitions): Add aggregates.
	Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
	Rename some non-terminals to be closer to reference manual usage.
	Tighten up expression syntax to disallow certain non-Ada
	constructions such as X and then Y or else Z.
	(ada_parse): Remove initialization of left_block_context.
	(write_var_from_name): Remove.
	(write_var_or_type): New function, containing previous code from
	defunct write_var_from_name and name_lookup.
	(block_lookup): New function, moved from ada-lex.l
(Continue reading)


Gmane