119370Spst/* Native support for SCO 3.2v4.
219370Spst   Copyright 1993 Free Software Foundation, Inc.
319370Spst   Contributed by Cygnus Support.  By Ian Lance Taylor
419370Spst   <ian@cygnus.com> based on work by Martin Walker <maw@netcom.com>.
519370Spst
698944Sobrien   This file is part of GDB.
719370Spst
898944Sobrien   This program is free software; you can redistribute it and/or modify
998944Sobrien   it under the terms of the GNU General Public License as published by
1098944Sobrien   the Free Software Foundation; either version 2 of the License, or
1198944Sobrien   (at your option) any later version.
1219370Spst
1398944Sobrien   This program is distributed in the hope that it will be useful,
1498944Sobrien   but WITHOUT ANY WARRANTY; without even the implied warranty of
1598944Sobrien   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1698944Sobrien   GNU General Public License for more details.
1719370Spst
1898944Sobrien   You should have received a copy of the GNU General Public License
1998944Sobrien   along with this program; if not, write to the Free Software
2098944Sobrien   Foundation, Inc., 59 Temple Place - Suite 330,
2198944Sobrien   Boston, MA 02111-1307, USA.  */
2219370Spst
2319370Spst/* SCO 3.2v4 is actually just like SCO 3.2v2, except that it
2419370Spst   additionally supports attaching to a process.  */
2519370Spst
2619370Spst#include "i386/nm-i386sco.h"
2719370Spst
2819370Spst#define ATTACH_DETACH
2919370Spst
3019370Spst/* SCO, in its wisdom, does not provide <sys/ptrace.h>.  infptrace.c
3119370Spst   does not have defaults for these values.  */
3219370Spst#define PTRACE_ATTACH 10
3319370Spst#define PTRACE_DETACH 11
34