[v3,17/17] native Linux: enable always non-stop by default

Message ID 1429267521-21047-18-git-send-email-palves@redhat.com
State New, archived
Headers

Commit Message

Pedro Alves April 17, 2015, 10:45 a.m. UTC
  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-04-17  Pedro Alves  <palves@redhat.com>

	* linux-nat.c (linux_nat_always_non_stop_p): Return 1.
---
 gdb/linux-nat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gdb/linux-nat.c b/gdb/linux-nat.c
index d6fd40d..51ecdbc 100644
--- a/gdb/linux-nat.c
+++ b/gdb/linux-nat.c
@@ -4565,7 +4565,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