mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 06:03:00 +08:00
2002-12-17 Andrew Cagney <ac131313@redhat.com>
* stack.c (frame_info): Use get_frame_saved_regs. * breakpoint.c (until_break_command): Use get_frame_pc.
This commit is contained in:
@ -900,7 +900,7 @@ frame_info (char *addr_exp, int from_tty)
|
||||
}
|
||||
}
|
||||
|
||||
if (fi->saved_regs == NULL)
|
||||
if (get_frame_saved_regs (fi) == NULL)
|
||||
FRAME_INIT_SAVED_REGS (fi);
|
||||
/* Print as much information as possible on the location of all the
|
||||
registers. */
|
||||
|
Reference in New Issue
Block a user