Home
last modified time | relevance | path

Searched refs:fromleaf (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/config/rs6000/
H A Dtm-rs6000.h79 #define DEPRECATED_INIT_FRAME_PC_FIRST(fromleaf, prev) \ argument
80 (fromleaf ? DEPRECATED_SAVED_PC_AFTER_CALL (prev->next) : \
/freebsd-12.1/contrib/gdb/gdb/
H A Dppc-tdep.h33 void ppc_linux_init_extra_frame_info (int fromleaf, struct frame_info *);
76 void rs6000_init_extra_frame_info (int fromleaf, struct frame_info *);
H A Dframe.c1269 int fromleaf; in legacy_get_prev_frame() local
1453 fromleaf = (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION_P () in legacy_get_prev_frame()
1456 fromleaf = 0; in legacy_get_prev_frame()
1458 if (fromleaf) in legacy_get_prev_frame()
1616 DEPRECATED_INIT_FRAME_PC_FIRST (fromleaf, in legacy_get_prev_frame()
1620 DEPRECATED_INIT_EXTRA_FRAME_INFO (fromleaf, prev); in legacy_get_prev_frame()
1627 DEPRECATED_INIT_FRAME_PC (fromleaf, in legacy_get_prev_frame()
H A Dgdbarch.h1131 typedef CORE_ADDR (gdbarch_deprecated_init_frame_pc_first_ftype) (int fromleaf, struct frame_info *…
1132 extern CORE_ADDR gdbarch_deprecated_init_frame_pc_first (struct gdbarch *gdbarch, int fromleaf, str…
1138 …ine DEPRECATED_INIT_FRAME_PC_FIRST(fromleaf, prev) (gdbarch_deprecated_init_frame_pc_first (curren… argument
1156 typedef CORE_ADDR (gdbarch_deprecated_init_frame_pc_ftype) (int fromleaf, struct frame_info *prev);
1157 extern CORE_ADDR gdbarch_deprecated_init_frame_pc (struct gdbarch *gdbarch, int fromleaf, struct fr…
1163 #define DEPRECATED_INIT_FRAME_PC(fromleaf, prev) (gdbarch_deprecated_init_frame_pc (current_gdbarch… argument
1547 typedef void (gdbarch_deprecated_init_extra_frame_info_ftype) (int fromleaf, struct frame_info *fra…
1548 extern void gdbarch_deprecated_init_extra_frame_info (struct gdbarch *gdbarch, int fromleaf, struct…
1554 … DEPRECATED_INIT_EXTRA_FRAME_INFO(fromleaf, frame) (gdbarch_deprecated_init_extra_frame_info (curr… argument
H A Darch-utils.h77 extern CORE_ADDR deprecated_init_frame_pc_default (int fromleaf, struct frame_info *prev);
H A Darch-utils.c212 deprecated_init_frame_pc_default (int fromleaf, struct frame_info *prev) in deprecated_init_frame_pc_default() argument
214 if (fromleaf && DEPRECATED_SAVED_PC_AFTER_CALL_P ()) in deprecated_init_frame_pc_default()
H A Dgdbarch.c1246 XSTRING (DEPRECATED_INIT_EXTRA_FRAME_INFO (fromleaf, frame))); in gdbarch_dump()
1265 XSTRING (DEPRECATED_INIT_FRAME_PC (fromleaf, prev))); in gdbarch_dump()
1284 XSTRING (DEPRECATED_INIT_FRAME_PC_FIRST (fromleaf, prev))); in gdbarch_dump()
3799 gdbarch_deprecated_init_frame_pc_first (struct gdbarch *gdbarch, int fromleaf, struct frame_info *p… in gdbarch_deprecated_init_frame_pc_first() argument
3805 return gdbarch->deprecated_init_frame_pc_first (fromleaf, prev); in gdbarch_deprecated_init_frame_pc_first()
3823 gdbarch_deprecated_init_frame_pc (struct gdbarch *gdbarch, int fromleaf, struct frame_info *prev) in gdbarch_deprecated_init_frame_pc() argument
3829 return gdbarch->deprecated_init_frame_pc (fromleaf, prev); in gdbarch_deprecated_init_frame_pc()
4292 gdbarch_deprecated_init_extra_frame_info (struct gdbarch *gdbarch, int fromleaf, struct frame_info … in gdbarch_deprecated_init_extra_frame_info() argument
4298 gdbarch->deprecated_init_extra_frame_info (fromleaf, frame); in gdbarch_deprecated_init_extra_frame_info()
H A Drs6000-tdep.c183 rs6000_init_extra_frame_info (int fromleaf, struct frame_info *fi) in rs6000_init_extra_frame_info() argument
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo3389 @item DEPRECATED_INIT_EXTRA_FRAME_INFO (@var{fromleaf}, @var{frame})
3395 @item DEPRECATED_INIT_FRAME_PC (@var{fromleaf}, @var{prev})