summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-09-30 19:23:39 +0100
committerPedro Alves <palves@redhat.com>2015-09-30 19:23:39 +0100
commit398e081380a204e3b9fb4eb4da069ccf471f930e (patch)
tree9bf16d198853b1fd7f299665a1b27a1d1d6ea075 /gdb/ChangeLog
parent4ee959fb247a677b048ce3c59c1399c023a400d9 (diff)
downloadbinutils-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/ChangeLog7
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