add a comment telling that i386bsd_sigcontext_addr() returns
the address of a ucontext_t on NetBSD (this is a hack of course)
This commit is contained in:
parent
c578ca7bb1
commit
a35023d9c5
2
gnu/dist/gdb/gdb/i386bsd-tdep.c
vendored
2
gnu/dist/gdb/gdb/i386bsd-tdep.c
vendored
@ -46,6 +46,8 @@ i386bsd_pc_in_sigtramp (CORE_ADDR pc, char *name)
|
||||
Note: This function is used for Solaris 2 too, so don't make it
|
||||
static. */
|
||||
|
||||
/* XXX NetBSD: This function returns the adress of a ucontext_t
|
||||
which happens to be the third argument to the signal handler. */
|
||||
CORE_ADDR
|
||||
i386bsd_sigcontext_addr (struct frame_info *frame)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user