diff options
Diffstat (limited to 'gdb/solib.h')
-rw-r--r-- | gdb/solib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/solib.h b/gdb/solib.h index aba26d4..f11470b 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -55,3 +55,5 @@ solib_create_inferior_hook PARAMS((void)); /* solib.c */ extern int solib_address PARAMS ((CORE_ADDR)); /* solib.c */ +struct section_table * +find_pc_section_from_so_list PARAMS ((CORE_ADDR pc)); /* solib.c */ |