binutils-gdb/sim/m32r
Mike Frysinger ee1cffd388 sim: common: change sim_{fetch,store}_register helpers to use void* buffers
When reading/writing arbitrary data to the system's memory, the unsigned
char pointer type doesn't make that much sense.  Switch it to void so we
align a bit with standard C library read/write functions, and to avoid
having to sprinkle casts everywhere.
2022-11-02 20:31:10 +05:45
..
arch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
arch.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpu.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpu.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpu2.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpu2.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpuall.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpux.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
cpux.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decode.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decode.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decode2.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decode2.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decodex.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
decodex.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
dv-m32r_cache.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
dv-m32r_cache.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
dv-m32r_uart.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
dv-m32r_uart.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
local.mk Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
m32r-sim.h Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
m32r.c sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
m32r2.c sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
m32rx.c sim: common: change sim_{fetch,store}_register helpers to use void* buffers 2022-11-02 20:31:10 +05:45
Makefile.in Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mloop.in Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mloop2.in Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
mloopx.in Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
model.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
model2.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
modelx.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
README
sem-switch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
sem.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
sem2-switch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
semx-switch.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
sim-if.c Automatic Copyright Year update after running gdb/copyright.py 2022-01-01 19:13:23 +04:00
sim-main.h sim: m32r: unify ELF & Linux traps logic 2021-07-01 20:46:11 -04:00
syscall.h sim: m32r: namespace Linux syscall table 2021-07-01 20:36:42 -04:00
traps.c sim/m32r: Initialize "list" variable 2022-10-29 08:13:15 +00:00

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).