From dad41f9aa4ce3170d5860ae9c422c41c37500cdd Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 29 Apr 2000 08:55:45 +0000 Subject: Convert SKIP_PROLOGUE_FRAMELESS_P into PROLOGUE_FRAMELESS_P. --- gdb/gdbarch.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/gdbarch.h') diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h index f7f88d2..fb2ca99 100644 --- a/gdb/gdbarch.h +++ b/gdb/gdbarch.h @@ -659,6 +659,13 @@ extern void set_gdbarch_skip_prologue (struct gdbarch *gdbarch, gdbarch_skip_pro #endif #endif +typedef int (gdbarch_prologue_frameless_p_ftype) (CORE_ADDR ip); +extern int gdbarch_prologue_frameless_p (struct gdbarch *gdbarch, CORE_ADDR ip); +extern void set_gdbarch_prologue_frameless_p (struct gdbarch *gdbarch, gdbarch_prologue_frameless_p_ftype *prologue_frameless_p); +#if (GDB_MULTI_ARCH > 1) || !defined (PROLOGUE_FRAMELESS_P) +#define PROLOGUE_FRAMELESS_P(ip) (gdbarch_prologue_frameless_p (current_gdbarch, ip)) +#endif + typedef int (gdbarch_inner_than_ftype) (CORE_ADDR lhs, CORE_ADDR rhs); extern int gdbarch_inner_than (struct gdbarch *gdbarch, CORE_ADDR lhs, CORE_ADDR rhs); extern void set_gdbarch_inner_than (struct gdbarch *gdbarch, gdbarch_inner_than_ftype *inner_than); -- cgit v1.1