src/gdb ChangeLog blockframe.c minsyms.c

cagney@sources.redhat.com cagney@sources.redhat.com
Mon Feb 9 19:13:00 GMT 2004


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cagney@sourceware.org	2004-02-09 19:13:47

Modified files:
	gdb            : ChangeLog blockframe.c minsyms.c 

Log message:
	2004-02-09  Andrew Cagney  <cagney@redhat.com>
	
	* blockframe.c (find_pc_partial_function): If find_pc_overlay
	fails, try find_pc_section.  Fix PR c++/1267.
	* minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
	instead of find_pc_mapped_section.
	(lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
	not default to the section containing PC.  Fix PR symtab/1519.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.5347&r2=1.5348
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/blockframe.c.diff?cvsroot=src&r1=1.87&r2=1.88
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/minsyms.c.diff?cvsroot=src&r1=1.40&r2=1.41



More information about the Gdb-cvs mailing list