diff options
Diffstat (limited to 'gdb/remote-es.c')
-rw-r--r-- | gdb/remote-es.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-es.c b/gdb/remote-es.c index 04ec81b..bd5e2bc 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -2075,6 +2075,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).", NULL, /* to_mourn_inferior */ 0, /* to_can_run */ 0, /* to_notice_signals */ + 0, /* to_thread_alive */ 0, /* to_stop */ core_stratum, /* to_stratum */ 0, /* to_next */ @@ -2123,6 +2124,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).", es1800_mourn_inferior, /* to_mourn_inferior */ 0, /* to_can_run */ 0, /* notice_signals */ + 0, /* to_thread_alive */ 0, /* to_stop */ process_stratum, /* to_stratum */ 0, /* to_next */ |