]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/nbsd-nat.h
run copyright.sh for 2011.
[thirdparty/binutils-gdb.git] / gdb / nbsd-nat.h
CommitLineData
84c5b489
MK
1/* Native-dependent code for NetBSD.
2
7b6bb8da
JB
3 Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
4 Free Software Foundation, Inc.
84c5b489
MK
5
6 This file is part of GDB.
7
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
a9762ec7 10 the Free Software Foundation; either version 3 of the License, or
84c5b489
MK
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
a9762ec7 19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
84c5b489
MK
20
21#ifndef NBSD_NAT_H
22#define NBSD_NAT_H
23
24/* Return a the name of file that can be opened to get the symbols for
25 the child process identified by PID. */
26
27extern char *nbsd_pid_to_exec_file (int pid);
28
29#endif /* nbsd-nat.h */