Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat>

* remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops):
        Define memory_insert/remove_breakpoint.
	* xm-go32.h: Remove redundant SIGs.

Thu Jan 19 20:26:58 1995  Steve Chamberlain  <sac@splat>

	* ser-go32.c: Rewritten by nigel@algor.co.uk.
This commit is contained in:
Steve Chamberlain
1995-01-23 08:09:02 +00:00
parent 0a1aac9434
commit 771d7a99ed
4 changed files with 747 additions and 336 deletions

View File

@@ -335,7 +335,8 @@ struct target_ops sim_ops =
sim_prepare_to_store,
sim_xfer_inferior_memory,
sim_files_info,
0, 0, /* Breakpoints */
memory_insert_breakpoint,
memory_remove_breakpoint,
0, 0, 0, 0, 0, /* Terminal handling */
sim_kill, /* FIXME, kill */
sim_load,