binutils-gdb/sim
Mike Frysinger e53e5aab53 sim: mcore: drop watchpoint/dumpmem/clearstats support
In preparation for converting to the common memory framework, the custom
commands get in our way.  But when we realize that gdb support has been
dropped for mcore, it makes things a bit easier: the main runner does not
let you run arbitrary commands once simulation starts.

So lets disable watchpoint support until it can be converted to the common
watchpoint logic.  There's already an ifdef to let us do that.

We straight up drop support for the dumpmem command (no other sim supports
this, and if it's a feature people want, we can add a common func) and the
clearstats command (not a big deal -- just restart your simulation).

We leave in place the verbose check points as a follow up commit will cut
that over to common logic.
2015-04-21 03:10:16 -04:00
..
arm sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
avr sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
bfin sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
common sim: mcore: switch to common syscall handling 2015-04-21 03:10:16 -04:00
cr16 sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
cris sim: clean up duplicate sim-engine hooks 2015-04-18 04:40:27 -04:00
d10v sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
erc32 sim/erc32: Switched emulated memory to host endian order. 2015-04-19 02:29:44 -04:00
frv sim: trim old USING_SIM_BASE_H define 2015-04-18 04:32:56 -04:00
ft32 sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
h8300 sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
igen sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET} 2015-04-17 02:44:30 -04:00
iq2000 sim: trim old USING_SIM_BASE_H define 2015-04-18 04:32:56 -04:00
lm32 sim: clean up duplicate sim-engine hooks 2015-04-18 04:40:27 -04:00
m32c sim: fix the PKGVERSION define 2015-04-13 02:41:10 -04:00
m32r sim: clean up duplicate sim-engine hooks 2015-04-18 04:40:27 -04:00
m68hc11 sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
mcore sim: mcore: drop watchpoint/dumpmem/clearstats support 2015-04-21 03:10:16 -04:00
microblaze sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
mips sim: clean up duplicate sim-engine hooks 2015-04-18 04:40:27 -04:00
mn10300 sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
moxie sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
msp430 sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
ppc sim: ppc: fix up version script 2015-04-13 23:17:53 -04:00
rl78 sim: fix the PKGVERSION define 2015-04-13 02:41:10 -04:00
rx sim: fix the PKGVERSION define 2015-04-13 02:41:10 -04:00
sh sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
sh64 sim: trim old USING_SIM_BASE_H define 2015-04-18 04:32:56 -04:00
testsuite Do unset_currtarget_info ldscript for all simulator testsuites. 2015-04-13 01:56:04 +02:00
v850 sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
.gitignore sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00
ChangeLog Regenerate configure in sim 2015-04-02 05:43:07 -07:00
configure sim: testsuite: make subdir unconditional 2015-03-29 11:51:13 -04:00
configure.ac sim: testsuite: make subdir unconditional 2015-03-29 11:51:13 -04:00
configure.tgt sim: testsuite: make subdir unconditional 2015-03-29 11:51:13 -04:00
MAINTAINERS Add myself as the maintainer for the MSP430 sim. 2014-03-12 11:02:57 +00:00
Makefile.in Update year range in copyright notice of all files owned by the GDB project. 2015-01-01 13:32:14 +04:00
README-HACKING sim: rename tconfig.in to tconfig.h 2015-03-16 01:23:52 -04:00