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]

c++/1267


The following reply was made to PR c++/1267; it has been noted by GNATS.

From: cagney@sources.redhat.com
To: gdb-gnats@sourceware.org
Cc:  
Subject: c++/1267
Date: 9 Feb 2004 19:13:47 -0000

 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
 


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