1162298Simp/* $FreeBSD$ */
2162298Simp
3162298Simp/* Native-dependent definitions for ARM running NetBSD, for GDB.
4162298Simp   Copyright 1986, 1987, 1989, 1992, 1994, 1999 Free Software Foundation, Inc.
5162298Simp
6162298Simp   This file is part of GDB.
7162298Simp
8162298Simp   This program is free software; you can redistribute it and/or modify
9162298Simp   it under the terms of the GNU General Public License as published by
10162298Simp   the Free Software Foundation; either version 2 of the License, or
11162298Simp   (at your option) any later version.
12162298Simp
13162298Simp   This program is distributed in the hope that it will be useful,
14162298Simp   but WITHOUT ANY WARRANTY; without even the implied warranty of
15162298Simp   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16162298Simp   GNU General Public License for more details.
17162298Simp
18162298Simp   You should have received a copy of the GNU General Public License
19162298Simp   along with this program; if not, write to the Free Software
20162298Simp   Foundation, Inc., 59 Temple Place - Suite 330,
21162298Simp   Boston, MA 02111-1307, USA.  */
22162298Simp
23162298Simp#ifndef NM_FBSD_H
24162298Simp#define NM_FBSD_H
25162298Simp
26162298Simp/* Type of the third argument to the `ptrace' system call.  */
27162298Simp#define PTRACE_ARG3_TYPE caddr_t
28162298Simp
29162298Simp/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'.  */
30162298Simp#define FETCH_INFERIOR_REGISTERS
31162298Simp
32173700Scognet/* We can attach and detach.  */
33173700Scognet#define ATTACH_DETACH
34173700Scognet
35205310Simp#endif /* NM_FBSD_H */
36