(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

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