mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user