diff options
author | K. Richard Pixley <rich@cygnus> | 1992-10-16 23:03:27 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-10-16 23:03:27 +0000 |
commit | 61bbb1c2cf5f5a2a05495e1965dd01192d67174e (patch) | |
tree | 57e0c8693d3bf79409b62144424cbcb55108cc22 /gdb/xm-sun386.h | |
parent | a113beac2110691ffd72d31aaf3aea745569bd65 (diff) | |
download | gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.zip gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.tar.gz gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.tar.bz2 |
sun386 host/target/native separation
Diffstat (limited to 'gdb/xm-sun386.h')
-rw-r--r-- | gdb/xm-sun386.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gdb/xm-sun386.h b/gdb/xm-sun386.h index aea5763..bbc4402 100644 --- a/gdb/xm-sun386.h +++ b/gdb/xm-sun386.h @@ -1,5 +1,5 @@ -/* Parameters for execution on a Sun 386i, for GDB, the GNU debugger. - Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc. +/* Host support for Sun 386i, for GDB, the GNU debugger. + Copyright (C) 1986, 1987, 1989, 1992 Free Software Foundation, Inc. This file is part of GDB. @@ -31,11 +31,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NEW_SUN_CORE -/* Do implement the attach and detach commands. */ - -#define ATTACH_DETACH - -/* Override copies of {fetch,store}_inferior_registers in infptrace.c. */ -#define FETCH_INFERIOR_REGISTERS - #define PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES) |