summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-05-19 19:46:57 +0100
committerPedro Alves <palves@redhat.com>2015-05-21 23:54:14 +0100
commit236cabd196ad4d4cc788c59527433a83f8bc90cc (patch)
tree827d8fe0f41fbd6784faa4288075dc0ec3d6b972
parent22162070953b22df9d6db53151b4df48700d3d46 (diff)
downloadbinutils-gdb-users/palves/all-stop-non-stop.tar.gz
native Linux: enable always non-stop by defaultusers/palves/all-stop-non-stop
The testsuite shows no regressions with this forced on, on: - Native x86_64 Fedora 20, with and output "set displaced off". - Native x86_64 Fedora 20, on top of x86 software single-step series. - PPC64 Fedora 18. - S/390 RHEL 7.1. Let's try making it the default. gdb/ChangeLog: 2015-05-21 Pedro Alves <palves@redhat.com> * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
-rw-r--r--gdb/linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c
index eaefa729921..0a511ce3c3d 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -4588,7 +4588,7 @@ linux_nat_supports_non_stop (struct target_ops *self)
static int
linux_nat_always_non_stop_p (struct target_ops *self)
{
- return 0;
+ return 1;
}
/* True if we want to support multi-process. To be removed when GDB