diff options
author | John Gilmore <gnu@cygnus> | 1993-02-03 00:13:10 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1993-02-03 00:13:10 +0000 |
commit | 58bcc08c6024f31c1f495ec2cdcd3248daee1930 (patch) | |
tree | 170f70585a1d101ae7eb7448223167c56487ff51 /gdb/remote-nindy.c | |
parent | 96f03b0f0d0574cc459f78bf125fd9c6bbded1f5 (diff) | |
download | binutils-gdb-58bcc08c6024f31c1f495ec2cdcd3248daee1930.tar.gz |
* tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.
* remote-nindy.c: Cleanup.
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r-- | gdb/remote-nindy.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index cff37d7a2ff..91b98ad99af 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -1,5 +1,5 @@ /* Memory-access and commands for remote NINDY process, for GDB. - Copyright 1990, 1991, 1992 Free Software Foundation, Inc. + Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc. Contributed by Intel Corporation. Modified from remote.c by Chris Benenati. GDB is distributed in the hope that it will be useful, but WITHOUT ANY @@ -945,7 +945,10 @@ The speed (baud rate), whether to use the old NINDY protocol,\n\ and whether to send a break on startup, are controlled by options\n\ specified when you started GDB.", nindy_open, nindy_close, - 0, nindy_detach, nindy_resume, nindy_wait, + 0, + nindy_detach, + nindy_resume, + nindy_wait, nindy_fetch_registers, nindy_store_registers, nindy_prepare_to_store, nindy_xfer_inferior_memory, nindy_files_info, |