mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.
* remote-nindy.c: Cleanup.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user