OSDN Git Service

* i386bsd-nat.c: Include <signal.h>, <stddef.h> and
authorkettenis <kettenis>
Fri, 13 Jul 2001 18:27:20 +0000 (18:27 +0000)
committerkettenis <kettenis>
Fri, 13 Jul 2001 18:27:20 +0000 (18:27 +0000)
commit27e1bd81efc109f3e636900924b29bd75a7777bf
tree4af209875fc77c51d4a5167d828770a004df8c49
parent1bee41cdf8a454456c1b52c42b4a7ec798953703
* 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]