nm-fbsd.h revision 285830
157416Smarkm/* $FreeBSD: releng/10.2/gnu/usr.bin/gdb/arch/arm/nm-fbsd.h 205310 2010-03-19 05:40:47Z imp $ */
257416Smarkm
357416Smarkm/* Native-dependent definitions for ARM running NetBSD, for GDB.
457416Smarkm   Copyright 1986, 1987, 1989, 1992, 1994, 1999 Free Software Foundation, Inc.
557416Smarkm
657416Smarkm   This file is part of GDB.
757416Smarkm
857416Smarkm   This program is free software; you can redistribute it and/or modify
957416Smarkm   it under the terms of the GNU General Public License as published by
1057416Smarkm   the Free Software Foundation; either version 2 of the License, or
1157416Smarkm   (at your option) any later version.
1257416Smarkm
1357416Smarkm   This program is distributed in the hope that it will be useful,
1457416Smarkm   but WITHOUT ANY WARRANTY; without even the implied warranty of
1557416Smarkm   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1657416Smarkm   GNU General Public License for more details.
1757416Smarkm
1857416Smarkm   You should have received a copy of the GNU General Public License
1957416Smarkm   along with this program; if not, write to the Free Software
2057416Smarkm   Foundation, Inc., 59 Temple Place - Suite 330,
2157416Smarkm   Boston, MA 02111-1307, USA.  */
2257416Smarkm
2357416Smarkm#ifndef NM_FBSD_H
2457416Smarkm#define NM_FBSD_H
2557416Smarkm
2657416Smarkm/* Type of the third argument to the `ptrace' system call.  */
2757416Smarkm#define PTRACE_ARG3_TYPE caddr_t
2857416Smarkm
2957416Smarkm/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'.  */
3057416Smarkm#define FETCH_INFERIOR_REGISTERS
3157416Smarkm
3257416Smarkm/* We can attach and detach.  */
3357416Smarkm#define ATTACH_DETACH
3457416Smarkm
3557416Smarkm#endif /* NM_FBSD_H */
3657416Smarkm