Add support for NetBSD threads in sparc-nat.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index cb2e91be8d07325fd03b25358d7cfe17f02efa58..abf3346edb3151cd7977d2dc84a3d9805622a993 100644 (file)
@@ -1,3 +1,30 @@
+2020-03-17  Kamil Rytarowski  <n54@gmx.com>
+
+       * sparc-nat.c (gdb_ptrace): New.
+       * sparc-nat.c (sparc_fetch_inferior_registers)
+       (sparc_store_inferior_registers) Remove obsolete comment.
+       * sparc-nat.c (sparc_fetch_inferior_registers)
+       (sparc_store_inferior_registers) Switch from pid_t to ptid_t.
+       * sparc-nat.c (sparc_fetch_inferior_registers)
+       (sparc_store_inferior_registers) Use gdb_ptrace.
+
+2020-03-17  Kamil Rytarowski  <n54@gmx.com>
+
+       * sh-nbsd-nat.c (fetch_registers): New variable lwp and pass
+       it to the ptrace call.
+       * sh-nbsd-nat.c (store_registers): Likewise.
+
+2020-03-17  Kamil Rytarowski  <n54@gmx.com>
+
+       * sh-nbsd-nat.c (sh_nbsd_nat_target): Inherit from
+       nbsd_nat_target instead of inf_ptrace_target.
+       * sh-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
+       nbsd_nat_target.
+
+2020-03-17  Kamil Rytarowski  <n54@gmx.com>
+
+       * amd64-bsd-nat.c: Include amd64-bsd-nat.h".
+
 2020-03-17  Kamil Rytarowski  <n54@gmx.com>
 
        * nbsd-nat.c: Include <sys/types.h>, <sys/ptrace.h> and
This page took 0.027298 seconds and 4 git commands to generate.