aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/alpha
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-03-13 13:07:20 +0000
committerMark Kettenis <kettenis@gnu.org>2004-03-13 13:07:20 +0000
commitc3364ea481777dd0baa88d9c02cd7e81d247ae8a (patch)
treebea3ca96ed0720634c1d7f7c4c412c9f5a7e8ca9 /gdb/config/alpha
parent85cfd8d379b002019adb250cfe4c8244160f2eef (diff)
downloadgdb-c3364ea481777dd0baa88d9c02cd7e81d247ae8a.zip
gdb-c3364ea481777dd0baa88d9c02cd7e81d247ae8a.tar.gz
gdb-c3364ea481777dd0baa88d9c02cd7e81d247ae8a.tar.bz2
* config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
(PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH): Remove defines. * config/i386/nm-fbsd64.h: Likewise. * config/i386/nm-obsd.h: Likewise. * config/sparc/nm-fbsd.h: Likewise. Update copyright year. * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r--gdb/config/alpha/nm-fbsd.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/gdb/config/alpha/nm-fbsd.h b/gdb/config/alpha/nm-fbsd.h
index 2b3975a..5eec185 100644
--- a/gdb/config/alpha/nm-fbsd.h
+++ b/gdb/config/alpha/nm-fbsd.h
@@ -1,5 +1,6 @@
/* Native-dependent definitions for FreeBSD/Alpha.
- Copyright 1986, 1987, 1989, 1992, 1996, 2000
+
+ Copyright 1986, 1987, 1989, 1992, 1996, 2000, 2004
Free Software Foundation, Inc.
This file is part of GDB.
@@ -22,14 +23,8 @@
#ifndef NM_FBSD_H
#define NM_FBSD_H
-/* Type of the third argument to the `ptrace' system call. */
-#define PTRACE_ARG3_TYPE caddr_t
-
-/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
-#define FETCH_INFERIOR_REGISTERS
-
-/* We can attach and detach. */
-#define ATTACH_DETACH
+/* Get generic BSD native definitions. */
+#include "config/nm-bsd.h"
/* The Alpha does not step over a breakpoint. */
#define CANNOT_STEP_BREAKPOINT 1