(gdbsim_ops): Set to_insert_breakpoint' and
to_remove_breakpoint' fields.
This commit is contained in:
parent
ced992e4bd
commit
1311f8d1a5
2 changed files with 7 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue