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/nm-sun386.h | |
parent | a113beac2110691ffd72d31aaf3aea745569bd65 (diff) | |
download | binutils-gdb-61bbb1c2cf5f5a2a05495e1965dd01192d67174e.tar.gz |
sun386 host/target/native separation
Diffstat (limited to 'gdb/nm-sun386.h')
-rw-r--r-- | gdb/nm-sun386.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gdb/nm-sun386.h b/gdb/nm-sun386.h new file mode 100644 index 00000000000..1512c6ea8cc --- /dev/null +++ b/gdb/nm-sun386.h @@ -0,0 +1,26 @@ +/* Native 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. + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + +/* Do implement the attach and detach commands. */ + +#define ATTACH_DETACH + +/* Override copies of {fetch,store}_inferior_registers in infptrace.c. */ +#define FETCH_INFERIOR_REGISTERS + |