]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: mcore: drop watchpoint/dumpmem/clearstats support
authorMike Frysinger <vapier@gentoo.org>
Tue, 21 Apr 2015 06:50:38 +0000 (02:50 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 21 Apr 2015 07:10:16 +0000 (03:10 -0400)
commite53e5aab53a455c791fff754d72fd17cbbc6b4a8
treed2de33d388b8b371d35b5b7a7080092f08579236
parent767e68f1b93be396e0cf1296a11584dd725b9569
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.
sim/mcore/ChangeLog
sim/mcore/interp.c