binutils-gdb/sim/msp430
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
..
ChangeLog sim: sim-close: unify sim_close logic 2015-11-15 02:30:19 -05:00
Makefile.in sim: unify sim-cpu usage 2015-04-15 02:19:52 -04:00
aclocal.m4 sim: msp430: use common warnings options 2015-03-14 07:28:26 -04:00
config.in sim: update zlib handling 2015-04-01 01:07:57 -04:00
configure sim: use AS_HELP_STRING everywhere 2015-06-23 15:02:08 -04:00
configure.ac sim: msp430: use common warnings options 2015-03-14 07:28:26 -04:00
msp430-sim.c sim: sim-close: unify sim_close logic 2015-11-15 02:30:19 -05:00
msp430-sim.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
sim-main.h sim: sim-close: unify sim_close logic 2015-11-15 02:30:19 -05:00
trace.c sim: msp430: use common warnings options 2015-03-14 07:28:26 -04:00
trace.h sim: msp430: use common warnings options 2015-03-14 07:28:26 -04:00