gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 28 Mar 2011 20:22:52 +0000 (20:22 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 28 Mar 2011 20:22:52 +0000 (20:22 +0000)
commit11c8145561ebaf02170cf601bcd9b393cdb82916
tree2de8b8e93fb83f27e1169e2ca7aa718add3b21af
parent0875794a962c041bde76423e980875a467bb0bbe
gdb/
GDB find_pc_partial_function support for STT_GNU_IFUNC.
* blockframe.c (cache_pc_function_is_gnu_ifunc): New variable.
(clear_pc_function_cache): Clear it.
(find_pc_partial_function): Rename to ...
(find_pc_partial_function_gnu_ifunc): ... this function.  New
parameter is_gnu_ifunc_p, describe it.  Set *IS_GNU_IFUNC_P.
(find_pc_partial_function): New wrapper for this function.
* symtab.h (find_pc_partial_function_gnu_ifunc): New declaration.
gdb/ChangeLog
gdb/blockframe.c
gdb/symtab.h
This page took 0.023986 seconds and 4 git commands to generate.