aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-es1800.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/remote-es1800.c')
-rw-r--r--gdb/remote-es1800.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/remote-es1800.c b/gdb/remote-es1800.c
index ca806b2..5329869 100644
--- a/gdb/remote-es1800.c
+++ b/gdb/remote-es1800.c
@@ -2188,6 +2188,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
es1800_create_inferior, /* to_create_inferior */
NULL, /* to_mourn_inferior */
0, /* to_can_run */
+ 0, /* notice_signals */
core_stratum, /* to_stratum */
0, /* to_next */
0, /* to_has_all_memory */
@@ -2234,6 +2235,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya).",
es1800_create_inferior, /* to_create_inferior */
es1800_mourn_inferior, /* to_mourn_inferior */
0, /* to_can_run */
+ 0, /* notice_signals */
process_stratum, /* to_stratum */
0, /* to_next */
1, /* to_has_all_memory */