* i386bsd-nat.c: Include <signal.h>, <stddef.h> and
authorMark Kettenis <kettenis@gnu.org>
Fri, 13 Jul 2001 18:27:21 +0000 (18:27 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 13 Jul 2001 18:27:21 +0000 (18:27 +0000)
commitb724791951f3af34758ac7ea521f5967b3f5e0d8
treeb5921d0acb28b33f384c2620deba0d91e72d60c4
parentd1bacddc243a8bfd9d0a70eeb7e8e5c86dc1e3ee
* i386bsd-nat.c: Include <signal.h>, <stddef.h> and
<sys/sysctl.h>.
(store_inferior_registers): Wrap long line.
(i386bsd_dr_get_status): Fix typo in comment.
(_initialize_i386bsd_nat): New function.  * i386bsd-tdep.c: New
file.  * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
(i386bsd_in_sigtramp): New prototype.
(SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
(i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
(external) variables.
(SIGCONTEXT_PC_OFFSET): Removed.
(FRAME_SAVED_PC): New define.
(i386bsd_frame_saved_pc): New function.  * config/i386/fbsd.mt
(TDEPFILES): Add i386bsd-tdep.o.
gdb/ChangeLog
gdb/config/i386/fbsd.mt
gdb/config/i386/tm-fbsd.h
gdb/i386bsd-nat.c
gdb/i386bsd-tdep.c [new file with mode: 0644]