]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/ChangeLog
Introduce basic LWP accessors
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 0eef24e601c7db95cf4fbd9f42ab7c8cc6caa3ae..a77f04ba705e747a0bf4feff743e92c7d858695e 100644 (file)
@@ -1,3 +1,13 @@
+2015-03-24  Gary Benson  <gbenson@redhat.com>
+
+       * linux-low.c (ptid_of_lwp): New function.
+       (lwp_is_stopped): Likewise.
+       (lwp_stop_reason): Likewise.
+       * linux-x86-low.c (update_debug_registers_callback):
+       Use lwp_is_stopped.
+       (x86_linux_prepare_to_resume): Use ptid_of_lwp and
+       lwp_stop_reason.
+
 2015-03-24  Gary Benson  <gbenson@redhat.com>
 
        * linux-low.h (linux_stop_lwp): Remove declaration.