binutils-gdb/sim/arm
Mike Frysinger 6e4f085c7f sim: sim-close: unify sim_close logic
Other than the nice advantage of all sims having to declare one fewer
common function, this also fixes leakage in pretty much every sim.
Many were not freeing any resources, and a few were inconsistent as
to the ones they did.  Now we have a single module that takes care of
all the logic for us.

Most of the non-cgen based ones could be deleted outright.  The cgen
ones required adding a callback to the arch-specific cleanup func.
The few that still have close callbacks are to manage their internal
state.

We do not convert erc32, m32c, ppc, rl78, or rx as they do not use
the common sim core.
2015-11-15 02:30:19 -05:00
..
COPYING
ChangeLog sim: sim-close: unify sim_close logic 2015-11-15 02:30:19 -05:00
Makefile.in Fix snafu with latest addition to the ARM sim. 2015-07-02 16:19:09 +01:00
README
aclocal.m4
armcopro.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armdefs.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armemu.c Add support for ARM v6 instructions. 2015-06-28 19:14:36 +01:00
armemu.h Add support for ARM v6 instructions. 2015-06-28 19:14:36 +01:00
armfpe.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
arminit.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armopts.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armos.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armos.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armrdi.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armsupp.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armvirt.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
bag.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
bag.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
communicate.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
communicate.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
config.in
configure sim: use AS_HELP_STRING everywhere 2015-06-23 15:02:08 -04:00
configure.ac
dbg_conf.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_cp.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_hif.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_rdi.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
gdbhost.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
gdbhost.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
iwmmxt.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
iwmmxt.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
kid.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
main.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
maverick.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
parent.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
sim-main.h
thumbemu.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
wrapper.c sim: sim-close: unify sim_close logic 2015-11-15 02:30:19 -05:00

README

This directory contains the standard release of the ARMulator from
Advanced RISC Machines, and was ftp'd from.

ftp.cl.cam.ac.uk:/arm/gnu

It likes to use TCP/IP between the simulator and the host, which is
nice, but is a pain to use under anything non-unix.

I've added created a new Makefile.in (the original in Makefile.orig)
to build a version of the simulator without the TCP/IP stuff, and a
wrapper.c to link directly into gdb and the run command.

It should be possible (barring major changes in the layout of
the armulator) to upgrade the simulator by copying all the files
out of a release into this directory and renaming the Makefile.

(Except that I changed armos.c to work more simply with our
simulator rigs)

Steve

sac@cygnus.com

Mon May 15 12:03:28 PDT 1995