aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-linux.h
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-10-16 23:11:13 +0000
committerK. Richard Pixley <rich@cygnus>1992-10-16 23:11:13 +0000
commite24cb83d473f62515d0b82cbc0681d177a5737d3 (patch)
tree9531585f278292ca9a885b202e2ab120abf24212 /gdb/xm-linux.h
parent61bbb1c2cf5f5a2a05495e1965dd01192d67174e (diff)
downloadfsf-binutils-gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.zip
fsf-binutils-gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.tar.gz
fsf-binutils-gdb-e24cb83d473f62515d0b82cbc0681d177a5737d3.tar.bz2
linux host/target/native separation
Diffstat (limited to 'gdb/xm-linux.h')
-rw-r--r--gdb/xm-linux.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/gdb/xm-linux.h b/gdb/xm-linux.h
index 39b08d8..f265c73 100644
--- a/gdb/xm-linux.h
+++ b/gdb/xm-linux.h
@@ -1,24 +1,26 @@
-/* Macro defintions for linux.
- Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
+/* Native support for linux, 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. */
#include "xm-i386v.h"
-/* Tell gdb that we can attach and detach other processes */
-#define ATTACH_DETACH
+
/* This is the amount to subtract from u.u_ar0
to get the offset in the core file of the register values. */
#undef KERNEL_U_ADDR
#define KERNEL_U_ADDR 0x0
-#define U_REGS_OFFSET 0
#define PSIGNAL_IN_SIGNAL_H