diff options
author | Pedro Alves <palves@redhat.com> | 2015-09-30 19:23:39 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-09-30 19:23:39 +0100 |
commit | 398e081380a204e3b9fb4eb4da069ccf471f930e (patch) | |
tree | 9bf16d198853b1fd7f299665a1b27a1d1d6ea075 /gdb/ChangeLog | |
parent | 4ee959fb247a677b048ce3c59c1399c023a400d9 (diff) | |
download | binutils-gdb-398e081380a204e3b9fb4eb4da069ccf471f930e.tar.gz |
x86/Linux: reenable all-stop on top of non-stop
Since the record-btrace target now supports non-stop mode, we no
longer need to force-disable as-ns on x86.
gdb/ChangeLog:
2015-09-30 Pedro Alves <palves@redhat.com>
* linux-nat.c (linux_nat_always_non_stop_p): Always return 1.
* x86-linux-nat.c (x86_linux_always_non_stop_p): Delete.
(x86_linux_create_target): Don't install
x86_linux_always_non_stop_p.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2c2aa9ee7f2..688aef7270e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2015-09-30 Pedro Alves <palves@redhat.com> + + * linux-nat.c (linux_nat_always_non_stop_p): Always return 1. + * x86-linux-nat.c (x86_linux_always_non_stop_p): Delete. + (x86_linux_create_target): Don't install + x86_linux_always_non_stop_p. + 2015-09-30 Don Breazeal <donb@codesourcery.com> * remote.c (remote_parse_stop_reply): Call strprefix instead |