OSDN Git Service

2004-02-09 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 9 Feb 2004 19:13:46 +0000 (19:13 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 9 Feb 2004 19:13:46 +0000 (19:13 +0000)
commitbe0a34b132ff3c403bc64a5c895e3f9c24afb326
treee271e86779310fba1acbee06184821e618b8fe0a
parent8c8a4ea65f3e896f6f28656ad40a235323223bdd
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.
gdb/ChangeLog
gdb/blockframe.c
gdb/minsyms.c