binutils-gdb/sim/cris
Mike Frysinger 8b494522f9 sim: cris: do not pass cpu when writing memory during init
The point of passing down the cpu to core reads/writes is to signal which
cpu is making the access.  For system accesses (such as internal memory
initialization), passing the cpu down doesn't make sense, and in the case
of early init like cris, can cause crashes.  Since the cpu isn't fully set
up at this point, if the core code tries to access some fields (like the
PC reg), it'll crash.  While cris shouldn't be doing this setup here (it
should be in the inferior stage), we'll deal with that later.
2015-12-26 08:26:28 -05:00
..
ChangeLog sim: cris: do not pass cpu when writing memory during init 2015-12-26 08:26:28 -05:00
Makefile.in sim: cris: migrate from WITH_DEVICES to WITH_HW 2015-12-25 06:10:03 -05:00
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: cris: migrate from WITH_DEVICES to WITH_HW 2015-12-25 06:10:03 -05:00
configure.ac sim: cris: migrate from WITH_DEVICES to WITH_HW 2015-12-25 06:10:03 -05:00
cpuall.h sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
cpuv10.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpuv10.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpuv32.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cpuv32.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cris-desc.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cris-desc.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cris-opc.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cris-sim.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
cris-tmpl.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
crisv10f.c sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET} 2015-04-17 02:44:30 -04:00
crisv32f.c sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET} 2015-04-17 02:44:30 -04:00
decodev10.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
decodev10.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
decodev32.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
decodev32.h Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
dv-cris.c Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
dv-cris_900000xx.c sim: cris: migrate from WITH_DEVICES to WITH_HW 2015-12-25 06:10:03 -05:00
dv-rv.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
modelv10.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
modelv32.c sim: move MACH/MODEL types into SIM_xxx namespace 2015-12-25 04:24:06 -05:00
rvdummy.c sim: cris: clean up rvdummy a bit 2015-12-25 06:02:17 -05:00
semcrisv10f-switch.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
semcrisv32f-switch.c sim: cgen: namespace custom trace functions 2015-06-12 04:19:45 -04:00
sim-if.c sim: cris: do not pass cpu when writing memory during init 2015-12-26 08:26:28 -05:00
sim-main.h sim: move WITH_SCACHE_PBB to sim-main.h 2015-12-25 02:42:03 -05:00
traps.c sim: syscall: unify memory helpers 2015-06-17 13:19:51 -04:00