]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/common/ChangeLog
Redo watchpoint code so that it target can specify interrupt names.
[thirdparty/binutils-gdb.git] / sim / common / ChangeLog
index 3718b6a95bba9f9ee02d7dbafd5ab2005bda0004..72f6a78a4b463d60a567702a78b5b70224ab9b9f 100644 (file)
@@ -1,5 +1,20 @@
 Fri Sep  5 08:39:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
+       * sim-core.c (sim_core_attach): Fix checks of modulo/mask.
+
+       * sim-watch.c (delete_watchpoint): Delete by ident and type.
+       (watch_option_handler): Call delete_watchpoint with ident or type.
+       (sim_watchpoint_install): Create interrupt specific watchpoint
+       commands on the fly.
+       (do_watchpoint_create): New function, create a watch point using
+       type/int-nr info encoded in the option nr.
+       (do_watchpoint_info): New function.  List active watchpoints.
+
+       * sim-watch.h: Change data structure to a list.
+
+       * sim-memopt.c (memory_option_handler): Require explicit "all"
+       before deleting all memory regions.
+
        * sim-utils.c (sim_do_commandf): New function, printf version of
        sim_do_command.