From 1311f8d1a5ad54f0b26f318dec99ec91a37d7b1f Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 10 Aug 1994 23:06:39 +0000 Subject: [PATCH] (gdbsim_ops): Set `to_insert_breakpoint' and `to_remove_breakpoint' fields. --- gdb/ChangeLog | 5 +++++ gdb/remote-sim.c | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7ff1480b540..12723b73997 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 2a3e527d9c0..8b3c4d3b745 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -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 */ -- 2.30.2