(gdbsim_ops): Set to_insert_breakpoint' and to_remove_breakpoint' fields.

This commit is contained in:
David Edelsohn 1994-08-10 23:06:39 +00:00
parent ced992e4bd
commit 1311f8d1a5
2 changed files with 7 additions and 1 deletions

View 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

View 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 */