]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/config/i386/nm-i386sco4.h
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / gdb / config / i386 / nm-i386sco4.h
CommitLineData
c906108c
SS
1/* Native support for SCO 3.2v4.
2 Copyright 1993 Free Software Foundation, Inc.
3 Contributed by Cygnus Support. By Ian Lance Taylor
4 <ian@cygnus.com> based on work by Martin Walker <maw@netcom.com>.
5
6This file is part of GDB.
7
8This program is free software; you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation; either version 2 of the License, or
11(at your option) any later version.
12
13This program is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with this program; if not, write to the Free Software
20Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
21
22/* SCO 3.2v4 is actually just like SCO 3.2v2, except that it
23 additionally supports attaching to a process. */
24
25#include "i386/nm-i386sco.h"
26
27#define ATTACH_DETACH
28
29/* SCO, in its wisdom, does not provide <sys/ptrace.h>. infptrace.c
30 does not have defaults for these values. */
31#define PTRACE_ATTACH 10
32#define PTRACE_DETACH 11