diff options
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r-- | gdb/remote-es.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c index 19ec208..11653e9 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -2026,7 +2026,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya)."; es1800_ops.to_thread_alive = 0; es1800_ops.to_stop = 0; es1800_ops.to_pid_to_exec_file = NULL; - es1800_ops.to_core_file_to_sym_file = NULL; es1800_ops.to_stratum = core_stratum; es1800_ops.DONT_USE = 0; es1800_ops.to_has_all_memory = 0; @@ -2099,7 +2098,6 @@ Specify the serial device it is connected to (e.g. /dev/ttya)."; es1800_child_ops.to_thread_alive = 0; es1800_child_ops.to_stop = 0; es1800_child_ops.to_pid_to_exec_file = NULL; - es1800_child_ops.to_core_file_to_sym_file = NULL; es1800_child_ops.to_stratum = process_stratum; es1800_child_ops.DONT_USE = 0; es1800_child_ops.to_has_all_memory = 1; |