diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index e6a2252d..b4f7ce6 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -3185,6 +3185,7 @@ Specify the serial device it is connected to (e.g. /dev/ttya)."; remote_ops.to_has_stack = 1; remote_ops.to_has_registers = 1; remote_ops.to_has_execution = 1; + remote_ops.to_has_thread_control = tc_schedlock; /* can lock scheduler */ remote_ops.to_magic = OPS_MAGIC; } |