2 Copyright (C) 1998-2015 Free Software Foundation, Inc.
3 Contributed by Cygnus Support.
5 This file is part of GDB, the GNU debugger.
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 3 of the License, or
10 (at your option) any later version.
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.
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>. */
24 /* Establish this object */
27 (struct sim_state *sd);
30 /* Parse a hardware definition */
32 struct hw *sim_hw_parse
33 (struct sim_state *sd,
35 ...) __attribute__ ((format (printf, 2, 3)));
38 /* Print the hardware tree */
41 (struct sim_state *sd,
42 void (*print) (struct sim_state *, const char *, va_list ap));
45 /* Abort the simulation specifying HW as the reason */
51 ...) __attribute__ ((format (printf, 3, 4), noreturn));
55 /* CPU: The simulation is running and the current CPU/CIA
56 initiates a data transfer. */
58 void sim_cpu_hw_io_read_buffer
67 void sim_cpu_hw_io_write_buffer
78 /* SYSTEM: A data transfer is being initiated by the system. */
80 unsigned sim_hw_io_read_buffer
81 (struct sim_state *sd,
88 unsigned sim_hw_io_write_buffer
89 (struct sim_state *sd,