aboutsummaryrefslogtreecommitdiff
path: root/sim/mcore/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-04-21 02:50:38 -0400
committerMike Frysinger <vapier@gentoo.org>2015-04-21 03:10:16 -0400
commite53e5aab53a455c791fff754d72fd17cbbc6b4a8 (patch)
treed2de33d388b8b371d35b5b7a7080092f08579236 /sim/mcore/ChangeLog
parent767e68f1b93be396e0cf1296a11584dd725b9569 (diff)
downloadfsf-binutils-gdb-e53e5aab53a455c791fff754d72fd17cbbc6b4a8.zip
fsf-binutils-gdb-e53e5aab53a455c791fff754d72fd17cbbc6b4a8.tar.gz
fsf-binutils-gdb-e53e5aab53a455c791fff754d72fd17cbbc6b4a8.tar.bz2
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.
Diffstat (limited to 'sim/mcore/ChangeLog')
-rw-r--r--sim/mcore/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/mcore/ChangeLog b/sim/mcore/ChangeLog
index 6f49fec..20c6f77 100644
--- a/sim/mcore/ChangeLog
+++ b/sim/mcore/ChangeLog
@@ -1,5 +1,11 @@
2015-04-21 Mike Frysinger <vapier@gentoo.org>
+ * interp.c (WATCHFUNCTIONS): Undef it.
+ (sim_resume): Move WLhash behind WATCHFUNCTIONS.
+ (sim_do_command): Delete.
+
+2015-04-21 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.in (NL_TARGET): Define.
* interp.c (NUM_ELEM, opened, log_open, log_close, is_opened): Delete.
(syscall_read_mem, syscall_write_mem): New functions.