OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [config/] [nm-gnu.h] - Blame information for rev 1774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 106 markom
/* Common declarations for the GNU Hurd
2
 
3
   Copyright (C) 1995, 1998 Free Software Foundation, Inc.
4
 
5
   Written by Miles Bader <miles@gnu.ai.mit.edu>
6
 
7
   The GNU Hurd is free software; you can redistribute it and/or
8
   modify it under the terms of the GNU General Public License as
9
   published by the Free Software Foundation; either version 2, or (at
10
   your option) any later version.
11
 
12
   The GNU Hurd is distributed in the hope that it will be useful, but
13
   WITHOUT ANY WARRANTY; without even the implied warranty of
14
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15
   General Public License for more details.
16
 
17
   You should have received a copy of the GNU General Public License
18
   along with this program; if not, write to the Free Software
19
   Foundation, Inc., 59 Temple Place - Suite 330,
20
   Boston, MA 02111-1307, USA. */
21
 
22
#ifndef __NM_GNU_H__
23
#define __NM_GNU_H__
24
 
25
#include <unistd.h>
26
#include <mach.h>
27
#include <mach/exception.h>
28
 
29
extern char *gnu_target_pid_to_str (int pid);
30
 
31
/* Before storing, we need to read all the registers.  */
32
#define CHILD_PREPARE_TO_STORE() read_register_bytes (0, NULL, REGISTER_BYTES)
33
 
34
/* Don't do wait_for_inferior on attach.  */
35
#define ATTACH_NO_WAIT
36
 
37
/* Use SVR4 style shared library support */
38
#define SVR4_SHARED_LIBS
39
#include "solib.h"
40
#define NO_CORE_OPS
41
 
42
#endif /* __NM_GNU_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.