diff options
author | John Gilmore <gnu@cygnus> | 1991-12-14 04:18:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-14 04:18:45 +0000 |
commit | 76b2c3c8cbd2ddad5d5af68b4bfe9fa0b40cef04 (patch) | |
tree | f13718bc39ebc0ce5276aa13df229ad252c142ad /gdb/remote-nindy.c | |
parent | 201258d5f57b574b090ac7089662086f8c729f1a (diff) | |
download | binutils-gdb-76b2c3c8cbd2ddad5d5af68b4bfe9fa0b40cef04.tar.gz |
* infrun.c, remote-eb.c, remote-nindy.c, remote-vx.c: Remove
unused START_INFERIOR_HOOK.
* remote-eb.c: Change timeout to 24 seconds (*10 fits in byte)
to account for slow loading from floppies.
(eb_create_inferior): New fn, from eb_start and
nindy_create_inferior.
(eb_close): Only use log_file if nonzero.
(eb_xfer_memory): If not writing, then read!
(eb_read_inferior_memory, eb_write_inferior_memory): Return length.
(eb_kill): A new no-op.
(eb_mourn_inferior): Remove breakpoints, then generically weep.
Diffstat (limited to 'gdb/remote-nindy.c')
-rw-r--r-- | gdb/remote-nindy.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote-nindy.c b/gdb/remote-nindy.c index f4b3436677a..9751d143ff5 100644 --- a/gdb/remote-nindy.c +++ b/gdb/remote-nindy.c @@ -828,10 +828,6 @@ nindy_create_inferior (execfile, args, env) clear_proceed_status (); -#if defined (START_INFERIOR_HOOK) - START_INFERIOR_HOOK (); -#endif - /* Tell wait_for_inferior that we've started a new process. */ init_wait_for_inferior (); @@ -842,8 +838,6 @@ nindy_create_inferior (execfile, args, env) /* Install inferior's terminal modes. */ target_terminal_inferior (); - /* remote_start(args); */ - /* trap_expected = 0; */ /* insert_step_breakpoint (); FIXME, do we need this? */ proceed ((CORE_ADDR)entry_pt, -1, 0); /* Let 'er rip... */ } |