Phase 1 of the ptid_t changes.
[deliverable/binutils-gdb.git] / gdb / config / i386 / tm-cygwin.h
CommitLineData
c906108c 1/* Macro definitions for i386 running under the win32 API Unix.
b6ba6518
KB
2 Copyright 1995, 1996, 1997, 1998, 1999, 2000
3 Free Software Foundation, Inc.
c906108c
SS
4
5 This file is part of GDB.
6
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU 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
c5aa993b
JM
19 Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */
c906108c
SS
21
22
c2d11a7d
JM
23#undef HAVE_SSE_REGS /* FIXME! win32-nat.c needs to support XMMi registers */
24#define HAVE_I387_REGS
c906108c 25
c2d11a7d 26#include "i386/tm-i386v.h"
c906108c 27
450005e7 28#if 0
c906108c
SS
29#define IN_SOLIB_CALL_TRAMPOLINE(pc, name) skip_trampoline_code (pc, name)
30#define SKIP_TRAMPOLINE_CODE(pc) skip_trampoline_code (pc, 0)
a14ed312 31extern CORE_ADDR skip_trampoline_code (CORE_ADDR pc, char *name);
450005e7
CF
32#endif
33
9d3789f7 34#define ATTACH_NO_WAIT
450005e7
CF
35#define SOLIB_ADD(filename, from_tty, targ) child_solib_add(filename, from_tty, targ)
36#define SOLIB_LOADED_LIBRARY_PATHNAME(pid) child_solib_loaded_library_pathname(pid)
8e860359 37#define CLEAR_SOLIB child_clear_solibs
450005e7
CF
38#define ADD_SHARED_SYMBOL_FILES dll_symbol_command
39
40struct target_ops;
39f77062 41char *cygwin_pid_to_str (ptid_t ptid);
450005e7
CF
42void child_solib_add (char *, int, struct target_ops *);
43char *child_solib_loaded_library_pathname(int);
8e860359 44void child_clear_solibs (void);
450005e7 45void dll_symbol_command (char *, int);
This page took 0.103388 seconds and 4 git commands to generate.