* m68k-tdep.c (m68k_saved_pc_after_call): Use 'GDB_TARGET_IS_SUN3'
[deliverable/binutils-gdb.git] / gdb / remote-es1800.c
index f32440bbef51089eb50f11791866597e7231f5cd..ca806b2e917d07305f19fb9830a5a5d36741285f 100644 (file)
@@ -2173,8 +2173,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
   NULL,                                /* to_fetch_registers */
   NULL,                                /* to_store_registers */
   es1800_prepare_to_store,     /* to_prepare_to_store */
-  NULL,                                /* to_convert_to_virtual */
-  NULL,                                /* to_convert_from_virtual */
   es1800_xfer_inferior_memory, /* to_xfer_memory */
   es1800_files_info,           /* to_files_info */
   es1800_insert_breakpoint,    /* to_insert_breakpoint */
@@ -2189,6 +2187,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
   NULL,                                /* to_lookup_symbol */
   es1800_create_inferior,      /* to_create_inferior */
   NULL,                                /* to_mourn_inferior */
+  0,                           /* to_can_run */
   core_stratum,                        /* to_stratum */
   0,                           /* to_next */
   0,                           /* to_has_all_memory */
@@ -2220,8 +2219,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
   es1800_fetch_register,       /* to_fetch_registers */
   es1800_store_register,       /* to_store_registers */
   es1800_prepare_to_store,     /* to_prepare_to_store */
-  NULL,                                /* to_convert_to_virtual */
-  NULL,                                /* to_convert_from_virtual */
   es1800_xfer_inferior_memory, /* to_xfer_memory */
   es1800_files_info,           /* to_files_info */
   es1800_insert_breakpoint,    /* to_insert_breakpoint */
@@ -2236,6 +2233,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
   NULL,                                /* to_lookup_symbol */
   es1800_create_inferior,      /* to_create_inferior */
   es1800_mourn_inferior,       /* to_mourn_inferior */
+  0,                           /* to_can_run */
   process_stratum,             /* to_stratum */
   0,                           /* to_next */
   1,                           /* to_has_all_memory */
This page took 0.023016 seconds and 4 git commands to generate.