]>
Commit | Line | Data |
---|---|---|
c906108c SS |
1 | /* Native support for SCO OpenServer 5 |
2 | Copyright 1996, 1998 Free Software Foundation, Inc. | |
3 | Re-written by J. Kean Johnston <jkj@sco.com>. | |
4 | Originally written by Robert Lipe <robertl@dgii.com>, based on | |
5 | work by Ian Lance Taylor <ian@cygnus.com> and | |
6 | Martin Walker <maw@netcom.com>. | |
7 | ||
c5aa993b | 8 | This file is part of GDB. |
c906108c | 9 | |
c5aa993b JM |
10 | This program is free software; you can redistribute it and/or modify |
11 | it under the terms of the GNU General Public License as published by | |
12 | the Free Software Foundation; either version 2 of the License, or | |
13 | (at your option) any later version. | |
c906108c | 14 | |
c5aa993b JM |
15 | This program is distributed in the hope that it will be useful, |
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 | GNU General Public License for more details. | |
c906108c | 19 | |
c5aa993b JM |
20 | You should have received a copy of the GNU General Public License |
21 | along with this program; if not, write to the Free Software | |
22 | Foundation, Inc., 59 Temple Place - Suite 330, | |
23 | Boston, MA 02111-1307, USA. */ | |
c906108c SS |
24 | |
25 | /* Basically, its a lot like the older versions ... */ | |
26 | #include "i386/nm-i386sco.h" | |
27 | ||
28 | /* ... but it can do a lot of SVR4 type stuff too. */ | |
29 | #define SVR4_SHARED_LIBS | |
c5aa993b | 30 | #include "solib.h" /* Pick up shared library support */ |
c906108c SS |
31 | |
32 | #define ATTACH_DETACH | |
33 | ||
34 | /* SCO does not provide <sys/ptrace.h>. infptrace.c does not | |
35 | have defaults for these values. */ | |
36 | ||
37 | #define PTRACE_ATTACH 10 | |
38 | #define PTRACE_DETACH 11 |