gdbserver x86 on win32: call init_target_desc
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index d3726e78424ec21a31c548a2f17ecdd95d3edb97..0ad35ca33acd317410b0517929f4670827443f0b 100644 (file)
@@ -2230,7 +2230,7 @@ gnu_attach (struct target_ops *ops, const char *args, int from_tty)
 
   /* We have to initialize the terminal settings now, since the code
      below might try to restore them.  */
-  target_terminal_init ();
+  target_terminal::init ();
 
   /* If the process was stopped before we attached, make it continue the next
      time the user does a continue.  */
This page took 0.024661 seconds and 4 git commands to generate.