(gdbsim_ops): Set `to_insert_breakpoint' and `to_remove_breakpoint' fields.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 10 Aug 1994 23:06:39 +0000 (23:06 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 10 Aug 1994 23:06:39 +0000 (23:06 +0000)
gdb/ChangeLog
gdb/remote-sim.c

index 7ff1480b5400b84826a4a22c00762e95f78f66ef..12723b73997a2257389afb7bc2190671399cf34d 100644 (file)
@@ -1,3 +1,8 @@
+Wed Aug 10 15:57:43 1994  Doug Evans  (dje@canuck.cygnus.com)
+
+       * remote-sim.c (gdbsim_ops): Set `to_insert_breakpoint' and
+       `to_remove_breakpoint' fields.
+
 Wed Aug 10 15:46:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * infcmd.c (run_command): Remove comment suggesting using
index 2a3e527d9c08420a358c6ba3d8e6db0b4c187d23..8b3c4d3b7456488701ff7023fb02c2308bcfc463 100644 (file)
@@ -409,7 +409,8 @@ struct target_ops gdbsim_ops =
   gdbsim_prepare_to_store,
   gdbsim_xfer_inferior_memory, 
   gdbsim_files_info,
-  0, 0,                                /* Breakpoints */
+  memory_insert_breakpoint,
+  memory_remove_breakpoint,
   0, 0, 0, 0, 0,               /* Terminal handling */
   gdbsim_kill,                 /* kill */
   gdbsim_load,                 /* load */