forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user