mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-09 02:37:38 +00:00
* i386-tdep.c (i386_frameless_signal_p): Make non static for
the benefit of the interix target. * i386-tdep.h (i386_frameless_signal_p): Declare.
This commit is contained in:
parent
1b33ef47a1
commit
5512c44af4
@ -1,3 +1,9 @@
|
||||
2002-11-08 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* i386-tdep.c (i386_frameless_signal_p): Make non static for
|
||||
the benefit of the interix target.
|
||||
* i386-tdep.h (i386_frameless_signal_p): Declare.
|
||||
|
||||
2002-11-08 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
|
||||
|
@ -494,7 +494,7 @@ i386_get_frame_setup (CORE_ADDR pc)
|
||||
/* Return non-zero if we're dealing with a frameless signal, that is,
|
||||
a signal trampoline invoked from a frameless function. */
|
||||
|
||||
static int
|
||||
int
|
||||
i386_frameless_signal_p (struct frame_info *frame)
|
||||
{
|
||||
return (frame->next && frame->next->signal_handler_caller
|
||||
|
@ -163,6 +163,7 @@ extern int i386_mxcsr_regnum_p (int regnum);
|
||||
|
||||
/* Functions exported from i386-tdep.c. */
|
||||
extern CORE_ADDR i386_pe_skip_trampoline_code (CORE_ADDR pc, char *name);
|
||||
extern int i386_frameless_signal_p (struct frame_info *frame);
|
||||
|
||||
/* Return the name of register REG. */
|
||||
extern char const *i386_register_name (int reg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user