]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/config/i386/nm-i386lynx.h
Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[thirdparty/binutils-gdb.git] / gdb / config / i386 / nm-i386lynx.h
1 /* Native-dependent definitions for Intel 386 running Lynx, for GDB.
2 Copyright 1986, 1987, 1989, 1992 Free Software Foundation, Inc.
3
4 This file is part of GDB.
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
19
20 #ifndef NM_I386LYNX_H
21 #define NM_I386LYNX_H
22
23 #include <sys/kernel.h>
24 #include <sys/mem.h>
25 #include <sys/signal.h>
26 #include <sys/time.h>
27 #include <sys/resource.h>
28 #include <sys/itimer.h>
29 #include <sys/file.h>
30 #include <sys/proc.h>
31 #include "thread.h"
32
33 /* This is the amount to subtract from u.u_ar0
34 to get the offset in the core file of the register values. */
35
36 #define KERNEL_U_ADDR USRSTACK
37
38 #undef FLOAT_INFO /* No float info yet */
39
40 #define REGISTER_U_ADDR(addr, blockend, regno) \
41 (addr) = i386_register_u_addr ((blockend),(regno));
42
43 extern int
44 i386_register_u_addr PARAMS ((int, int));
45
46 #define PTRACE_ARG3_TYPE char*
47
48 /* Override copies of {fetch,store}_inferior_registers in infptrace.c. */
49 #define FETCH_INFERIOR_REGISTERS
50
51 /* Thread ID of stopped thread */
52
53 #define WIFTID(x) (((union wait *)&x)->w_tid)
54
55 #define CHILD_WAIT
56 extern int child_wait PARAMS ((int *status));
57
58 #endif /* NM_I386LYNX_H */