aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-08-06 18:23:01 +0100
committerPedro Alves <palves@redhat.com>2015-08-07 17:26:21 +0100
commitf12899e9f081bb857c96999386e64a4252c4a325 (patch)
treec7509cad428112552706e3a8e8a53d548206f5ae /gdb
parent5ac213430b710e8aaed1f4cea6ff809783201df9 (diff)
downloadgdb-f12899e9f081bb857c96999386e64a4252c4a325.zip
gdb-f12899e9f081bb857c96999386e64a4252c4a325.tar.gz
gdb-f12899e9f081bb857c96999386e64a4252c4a325.tar.bz2
native Linux: enable always non-stop by default
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-08-07 Pedro Alves <palves@redhat.com> * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/linux-nat.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4c95b27..493ec61 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2015-08-07 Pedro Alves <palves@redhat.com>
+ * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
+
+2015-08-07 Pedro Alves <palves@redhat.com>
+
* s390-linux-tdep.c (is_non_branch_ril)
(s390_displaced_step_copy_insn): New functions.
(s390_displaced_step_fixup): Update comment.
diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c
index 19d452c..be7a915 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -4594,7 +4594,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