mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
(gdbsim_ops): Set to_insert_breakpoint' and to_remove_breakpoint' fields.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user