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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [gdb/] [config/] [powerpc/] [nm-linux.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
/* IBM PowerPC native-dependent macros for GDB, the GNU debugger.
2
   Copyright 1995 Free Software Foundation, Inc.
3
 
4
This file is part of GDB.
5
 
6
This program is free software; you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
8
the Free Software Foundation; either version 2 of the License, or
9
(at your option) any later version.
10
 
11
This program is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
GNU General Public License for more details.
15
 
16
You should have received a copy of the GNU General Public License
17
along with this program; if not, write to the Free Software
18
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
19
 
20
#ifndef NM_LINUX_H
21
#define NM_LINUX_H
22
 
23
/* Return sizeof user struct to callers in less machine dependent routines */
24
 
25
#define KERNEL_U_SIZE kernel_u_size()
26
extern int kernel_u_size PARAMS ((void));
27
 
28
/* Tell gdb that we can attach and detach other processes */
29
#define ATTACH_DETACH
30
 
31
#define U_REGS_OFFSET 0
32
 
33
#define REGISTER_U_ADDR(addr, blockend, regno) \
34
        (addr) = ppc_register_u_addr ((blockend),(regno));
35
 
36
/* No <sys/reg.h> */
37
 
38
#define NO_SYS_REG_H
39
 
40
#ifdef HAVE_LINK_H
41
#include "solib.h"             /* Support for shared libraries. */
42
#define SVR4_SHARED_LIBS
43
#endif
44
 
45
/* Support for Linuxthreads. */
46
 
47
#ifdef __STDC__
48
struct objfile;
49
#endif
50
 
51
extern void
52
linuxthreads_new_objfile PARAMS ((struct objfile *objfile));
53
#define target_new_objfile(OBJFILE) linuxthreads_new_objfile (OBJFILE)
54
 
55
extern char *
56
linuxthreads_pid_to_str PARAMS ((int pid));
57
#define target_pid_to_str(PID) linuxthreads_pid_to_str (PID)
58
 
59
extern int
60
linuxthreads_prepare_to_proceed PARAMS ((int step));
61
#define PREPARE_TO_PROCEED(select_it) linuxthreads_prepare_to_proceed (1)
62
 
63
 
64
#endif /* #ifndef NM_LINUX_H */

powered by: WebSVN 2.1.0

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