aboutsummaryrefslogtreecommitdiff
path: root/gdb/go32-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/go32-nat.c')
-rw-r--r--gdb/go32-nat.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/go32-nat.c b/gdb/go32-nat.c
index f36c718..f9a52a7 100644
--- a/gdb/go32-nat.c
+++ b/gdb/go32-nat.c
@@ -937,6 +937,11 @@ go32_terminal_ours (struct target_ops *self)
}
}
+static void
+go32_pass_ctrlc (struct target_ops *self)
+{
+}
+
static int
go32_thread_alive (struct target_ops *ops, ptid_t ptid)
{
@@ -968,6 +973,7 @@ go32_target (void)
t->to_terminal_ours_for_output = go32_terminal_ours;
t->to_terminal_ours = go32_terminal_ours;
t->to_terminal_info = go32_terminal_info;
+ t->to_pass_ctrlc = go32_pass_ctrlc;
t->to_kill = go32_kill_inferior;
t->to_create_inferior = go32_create_inferior;
t->to_mourn_inferior = go32_mourn_inferior;