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

@ -30,10 +30,3 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define QUIT { pollquit(); }
#define GDBINIT_FILENAME "gdb.ini"
#if !defined(SIGURG) & !defined(SIGALRM) & !defined(SIGBUS) & !defined(SIGSTOP)
#define SIGURG (NSIG)
#define SIGALRM (NSIG + 1)
#define SIGBUS (NSIG + 2)
#define SIGSTOP (NSIG + 3)
#endif /* missing some signals */

View File

@ -738,7 +738,8 @@ specified when you started GDB.",
nindy_fetch_registers, nindy_store_registers,
nindy_prepare_to_store,
nindy_xfer_inferior_memory, nindy_files_info,
0, 0, /* insert_breakpoint, remove_breakpoint, */
memory_insert_breakpoint,
memory_remove_breakpoint,
0, 0, 0, 0, 0, /* Terminal crud */
nindy_kill,
generic_load,

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,

File diff suppressed because it is too large Load Diff