summaryrefslogtreecommitdiff
path: root/gdb/solib.h
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2009-03-06 18:51:04 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2009-03-06 18:51:04 +0000
commitf56e4cce499eef6d0f54e5febf00aa66f8a82f29 (patch)
treeb9e89df6df469c58a8ce14bc7156bb7402acf584 /gdb/solib.h
parent7028ef3bbdbc5e4a111d0b7cc780ee0c35a7292e (diff)
downloadgdb-f56e4cce499eef6d0f54e5febf00aa66f8a82f29.tar.gz
2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
Rename solib_address to solib_name_from_address. * breakpoint.c (insert_bp_location, disable_breakpoints_in_shlibs) (disable_breakpoints_in_unloaded_shlib): Update. * printcmd.c (display_uses_solib_p): Likewise. * stack.c (print_frame): Likewise. * solib.c: Rename. * solib.h: Rename.
Diffstat (limited to 'gdb/solib.h')
-rw-r--r--gdb/solib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.h b/gdb/solib.h
index df044d0b5a6..e84ba0f72d3 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -45,7 +45,7 @@ extern void solib_create_inferior_hook (void);
/* If ADDR lies in a shared library, return its name. */
-extern char *solib_address (CORE_ADDR);
+extern char *solib_name_from_address (CORE_ADDR);
/* Return 1 if PC lies in the dynamic symbol resolution code of the
run time loader. */