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.
This commit is contained in:
parent
d11fd24905
commit
f5c9a895bc
6 changed files with 22 additions and 11 deletions
|
@ -730,7 +730,7 @@ print_frame (struct frame_info *frame, int print_level,
|
|||
#ifdef PC_SOLIB
|
||||
char *lib = PC_SOLIB (get_frame_pc (frame));
|
||||
#else
|
||||
char *lib = solib_address (get_frame_pc (frame));
|
||||
char *lib = solib_name_from_address (get_frame_pc (frame));
|
||||
#endif
|
||||
if (lib)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue