mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 03:15:06 +08:00
* gdbarch.sh (GET_LONGJMP_TARGET): Replace by gdbarch_get_longjmp_target.
* infrun.c (handle_inferior_event): Likewise. * gdbarch.sh (GET_LONGJMP_TARGET_P): Replace by gdbarch_get_longjmp_target_p. * breakpoint.c (breakpoint_re_set): Likewise. * infrun.c (handle_inferior_event): Likewise. * gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
@ -1054,21 +1054,9 @@ gdbarch_dump (struct gdbarch *current_gdbarch, struct ui_file *file)
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: frame_red_zone_size = %s\n",
|
||||
paddr_d (current_gdbarch->frame_red_zone_size));
|
||||
#ifdef GET_LONGJMP_TARGET_P
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"GET_LONGJMP_TARGET_P()",
|
||||
XSTRING (GET_LONGJMP_TARGET_P ()));
|
||||
#endif
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: gdbarch_get_longjmp_target_p() = %d\n",
|
||||
gdbarch_get_longjmp_target_p (current_gdbarch));
|
||||
#ifdef GET_LONGJMP_TARGET
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: %s # %s\n",
|
||||
"GET_LONGJMP_TARGET(pc)",
|
||||
XSTRING (GET_LONGJMP_TARGET (pc)));
|
||||
#endif
|
||||
fprintf_unfiltered (file,
|
||||
"gdbarch_dump: get_longjmp_target = <0x%lx>\n",
|
||||
(long) current_gdbarch->get_longjmp_target);
|
||||
|
Reference in New Issue
Block a user