aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-vx.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-12-14 04:18:45 +0000
committerJohn Gilmore <gnu@cygnus>1991-12-14 04:18:45 +0000
commit76b2c3c8cbd2ddad5d5af68b4bfe9fa0b40cef04 (patch)
treef13718bc39ebc0ce5276aa13df229ad252c142ad /gdb/remote-vx.c
parent201258d5f57b574b090ac7089662086f8c729f1a (diff)
downloadfsf-binutils-gdb-76b2c3c8cbd2ddad5d5af68b4bfe9fa0b40cef04.zip
fsf-binutils-gdb-76b2c3c8cbd2ddad5d5af68b4bfe9fa0b40cef04.tar.gz
fsf-binutils-gdb-76b2c3c8cbd2ddad5d5af68b4bfe9fa0b40cef04.tar.bz2
* 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-vx.c')
-rw-r--r--gdb/remote-vx.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c
index d61dd92..e637987 100644
--- a/gdb/remote-vx.c
+++ b/gdb/remote-vx.c
@@ -222,10 +222,6 @@ vx_create_inferior (exec_file, args, env)
push_target (&vx_run_ops);
inferior_pid = taskStart.pid;
-#if defined (START_INFERIOR_HOOK)
- START_INFERIOR_HOOK ();
-#endif
-
/* We will get a trace trap after one instruction.
Insert breakpoints and continue. */
@@ -238,8 +234,6 @@ vx_create_inferior (exec_file, args, env)
/* Install inferior's terminal modes. */
target_terminal_inferior ();
- /* remote_start(args); */
- /* trap_expected = 0; */
stop_soon_quietly = 1;
wait_for_inferior (); /* Get the task spawn event */
stop_soon_quietly = 0;
@@ -1197,10 +1191,6 @@ vx_attach (args, from_tty)
inferior_pid = pid;
vx_running = 0;
-#if defined (START_INFERIOR_HOOK)
- START_INFERIOR_HOOK ();
-#endif
-
mark_breakpoints_out ();
/* Set up the "saved terminal modes" of the inferior