* stabs.texinfo: Document the format for C++ nested types.
[deliverable/binutils-gdb.git] / gdb / xm-linux.h
CommitLineData
e37a6e9c
PB
1/* Macro defintions for linux.
2 Copyright (C) 1986, 1987, 1989 Free Software Foundation, Inc.
3This file is part of GDB.
4This program is free software; you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation; either version 2 of the License, or
7(at your option) any later version.
8This program is distributed in the hope that it will be useful,
9but WITHOUT ANY WARRANTY; without even the implied warranty of
10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11GNU General Public License for more details.
12You should have received a copy of the GNU General Public License
13along with this program; if not, write to the Free Software
14Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
15
16#include "xm-i386v.h"
17/* Tell gdb that we can attach and detach other processes */
18#define ATTACH_DETACH
19/* This is the amount to subtract from u.u_ar0
20 to get the offset in the core file of the register values. */
21#undef KERNEL_U_ADDR
22#define KERNEL_U_ADDR 0x0
23#define U_REGS_OFFSET 0
f8f1415a 24#define PSIGNAL_IN_SIGNAL_H
This page took 0.037295 seconds and 4 git commands to generate.