binutils-gdb/sim/m32r
Mike Frysinger 0e9672991e sim: standardize sim_create_inferior handling of argv a bit more
For targets that process argv in sim_create_inferior, improve the code:
- provide more details in the comment
- make the check for when to re-init more robust
- clean out legacy sim_copy_argv code

This will be cleaned up more in the future when we have a common inferior
creation function, but at least help new ports get it right until then.
2015-12-26 07:19:07 -05:00
..
ChangeLog sim: standardize sim_create_inferior handling of argv a bit more 2015-12-26 07:19:07 -05:00
Makefile.in sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
README
TODO
aclocal.m4 sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
arch.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
arch.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
config.in sim: update zlib handling 2015-04-01 01:07:57 -04:00
configure sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
configure.ac sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
cpu.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpu2.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpuall.h sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
cpux.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpux.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
decode.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decode2.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
decode2.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decodex.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
decodex.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
dv-m32r_cache.c sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
dv-m32r_cache.h sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
dv-m32r_uart.c sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
dv-m32r_uart.h sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
m32r-sim.h sim: m32r: migrate from WITH_DEVICES to WITH_HW 2015-12-25 13:09:42 -05:00
m32r.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32r2.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
m32rx.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
mloop.in sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
mloop2.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
mloopx.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
model.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
model2.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
modelx.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
sem-switch.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
sem.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
sem2-switch.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
semx-switch.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
sim-if.c sim: standardize sim_create_inferior handling of argv a bit more 2015-12-26 07:19:07 -05:00
sim-main.h sim: move WITH_SCACHE_PBB to sim-main.h 2015-12-25 02:42:03 -05:00
syscall.h
traps-linux.c sim: delete old breakpoint code 2015-12-24 20:19:13 -05:00
traps.c sim: delete old breakpoint code 2015-12-24 20:19:13 -05:00

README

This is the m32r simulator directory.

It is still work-in-progress.  The current sources are reasonably
well tested and lots of features are in.  However, there's lots
more yet to come.

There are lots of machine generated files in the source directory!
They are only generated if you configure with --enable-cgen-maint,
similar in behaviour to Makefile.in, configure under automake/autoconf.

For details on the generator, see ../../cgen.

devo/cgen isn't part of the comp-tools module yet.
You'll need to check it out manually (also akin to automake/autoconf).