X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsolib.h;h=b4b770e2ac38dbd9502de601ff1844532ede319a;hb=2bd7c093f663139ad9e57ddc748ade12f6bfbe01;hp=e84ba0f72d3231409edd934d559d0f36aab6bbef;hpb=f5c9a895bccae4fd0aca99667be0e7163690fbeb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/solib.h b/gdb/solib.h index e84ba0f72d..b4b770e2ac 100644 --- a/gdb/solib.h +++ b/gdb/solib.h @@ -47,6 +47,10 @@ extern void solib_create_inferior_hook (void); extern char *solib_name_from_address (CORE_ADDR); +/* Return 1 if ADDR lies within SOLIB. */ + +extern int solib_contains_address_p (const struct so_list *, CORE_ADDR); + /* Return 1 if PC lies in the dynamic symbol resolution code of the run time loader. */