2002-09-29 Andrew Cagney <ac131313@redhat.com>
[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 21
97da3b20
CF
22/* Use SSE registers if winnt.h contains information about them. */
23#ifdef HAVE_CONTEXT_EXTENDED_REGISTERS
24#define HAVE_SSE_REGS
25#else
26#undef HAVE_SSE_REGS
27#endif /* CONTEXT_EXTENDED_REGISTERS */
c906108c 28
02e423b9 29#include "i386/tm-i386.h"
c906108c 30
9d3789f7 31#define ATTACH_NO_WAIT
990f9fe3 32#define SOLIB_ADD(filename, from_tty, targ, readsyms) child_solib_add(filename, from_tty, targ, readsyms)
450005e7 33#define SOLIB_LOADED_LIBRARY_PATHNAME(pid) child_solib_loaded_library_pathname(pid)
8e860359 34#define CLEAR_SOLIB child_clear_solibs
450005e7
CF
35#define ADD_SHARED_SYMBOL_FILES dll_symbol_command
36
37struct target_ops;
39f77062 38char *cygwin_pid_to_str (ptid_t ptid);
990f9fe3 39void child_solib_add (char *, int, struct target_ops *, int);
450005e7 40char *child_solib_loaded_library_pathname(int);
8e860359 41void child_clear_solibs (void);
450005e7 42void dll_symbol_command (char *, int);
This page took 0.225234 seconds and 4 git commands to generate.