aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-06-18 21:28:31 +0100
committerPedro Alves <palves@redhat.com>2020-06-18 23:14:15 +0100
commit86e57d1b233e15f7d72b39dbd381a7e5a9d1b026 (patch)
tree0094629c8282029d0f9d36f30820abb4212858ad /gdb/ChangeLog
parentf2e1c129f8f0985ec80e6cf775cf3e4afbced6fa (diff)
downloadgdb-86e57d1b233e15f7d72b39dbd381a7e5a9d1b026.zip
gdb-86e57d1b233e15f7d72b39dbd381a7e5a9d1b026.tar.gz
gdb-86e57d1b233e15f7d72b39dbd381a7e5a9d1b026.tar.bz2
Don't write to inferior_ptid in btrace_fetch
gdb/ChangeLog: 2020-06-18 Pedro Alves <palves@redhat.com> * btrace.c (btrace_fetch): Use switch_to_thread instead of writing to inferior_ptid.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c465a4d..2f3c1e5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2020-06-18 Pedro Alves <palves@redhat.com>
+ * btrace.c (btrace_fetch): Use switch_to_thread instead of writing
+ to inferior_ptid.
+
+2020-06-18 Pedro Alves <palves@redhat.com>
+
* bsd-kvm.c (bsd_kvm_target::close): Use switch_to_no_thread
instead of writing to inferior_ptid directly.