2002-06-12 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / sim / common / run-sim.h
CommitLineData
de4112fa
NC
1/* This file defines the part of the interface between the standalone
2 simaulator program - run - and simulator library - libsim.a - that
3 is not used by GDB. The GDB part is described in include/remote-sim.h.
4
5 Copyright 2002 Free Software Foundation, Inc.
6
7 This file is part of GDB.
8
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
13
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
22
23#ifdef SIM_TARGET_SWITCHES
24 /* Parse the command line, extracting any target specific switches
25 before the generic simulator code gets a chance to complain
26 about them. Returns the adjusted value of argc. */
27int sim_target_parse_command_line PARAMS ((int, char **));
28
29 /* Display a list of target specific switches supported by this
30 target. */
31void sim_target_display_usage PARAMS ((void));
32#endif
This page took 0.027386 seconds and 4 git commands to generate.