* psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
authorTom Tromey <tromey@redhat.com>
Fri, 18 May 2012 14:26:26 +0000 (14:26 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 18 May 2012 14:26:26 +0000 (14:26 +0000)
commit9703b51377ca945155cb74f09761fe6fb0431613
treecbdbb10c06ff4fb5d9b973ee1312dcf1521e0ab7
parent5a4398495b075cef77112aed5e98a6dddf3ee5b8
* psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
directly corresponding to the found psymtab.
* dwarf2read.c (recursively_find_pc_sect_symtab): New function.
(dw2_find_pc_sect_symtab): Use it.
* block.h (blockvector_contains_pc): Declare.
* block.c (find_block_in_blockvector): New function.
(blockvector_for_pc_sect): Use it.
(blockvector_contains_pc): New function.
gdb/ChangeLog
gdb/block.c
gdb/block.h
gdb/dwarf2read.c
gdb/psymtab.c
This page took 0.025305 seconds and 4 git commands to generate.