* blockframe.c (find_pc_sect_partial_function): allow for the possi-
authorRon Unrau <runrau@cygnus>
Fri, 17 Jul 1998 15:29:11 +0000 (15:29 +0000)
committerRon Unrau <runrau@cygnus>
Fri, 17 Jul 1998 15:29:11 +0000 (15:29 +0000)
commit36297ff31d80a029ea0e27f8946f74354a881a62
tree36787a2a58781eb64e3b36fa964c6477e97a01c2
parent4c4a5de54375655787f9e9851f6ba028572d140d
    * blockframe.c (find_pc_sect_partial_function): allow for the possi-
          bility of multiple symbols at the same address when finding high.
        * breakpoint.c (resolve_sal_pc): if the function based section lookup
          fails, try getting the section from the minimal symbol table.
        * parse.c (write_exp_msymbol): use symbol_overlayed_address to get
          the LMA of a minimal symbol if unmapped.
        * symtab.c (find_line_symtab): change interface to return symtab
          containing the best linetable found.
          (decode_line_1): use find_line_symtab to set val.symtab. This should
          improve support for source files with multiple symtabs.
        * tm-txvu.h: include tm-mips64.h instead of starting from scratch.
gdb/ChangeLog
gdb/parse.c
gdb/symtab.c
This page took 0.024137 seconds and 4 git commands to generate.