import gdb-1999-11-16 snapshot
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.c
index 8b18f53383606edc1d32400e7251267ca84f3b0c..48a7e0f597a153e5a928e28033e7e31bb1b427bc 100644 (file)
@@ -62,6 +62,8 @@ main (argc, argv)
   if (argc < 3)
     error ("Usage: gdbserver tty prog [args ...]");
 
+  initialize_low ();
+
   /* Wait till we are at first instruction in program.  */
   signal = start_inferior (&argv[2], &status);
 
This page took 0.022918 seconds and 4 git commands to generate.