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]

src/gdb buildsym.c buildsym.h dbxread.c ChangeLog


CVSROOT:	/cvs/src
Module name:	src
Changes by:	kdienes@sourceware.org	2002-11-18 11:14:14

Modified files:
	gdb            : buildsym.c buildsym.h dbxread.c ChangeLog 

Log message:
	2002-11-18  Klee Dienes  <kdienes@apple.com>
	
	* buildsym.h (pop_context): Convert to function, defined in
	buildsym.c.
	* buildsym.c: Include gdb_assert.h.
	(pop_context): Implement as C function.  Add check for stack
	underflow.
	* dbxread.c (process_one_symbol): Complain and stop processing
	that symbol if we are already at the top of the context stack for
	a function-end N_FUN (this would imply an umatched RBRAC).  Ditto
	when processing N_RBRAC.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/buildsym.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/buildsym.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dbxread.c.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3465&r2=1.3466


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