]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
Avoid stringop-truncation errors
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index 5f6b41d7317a7b4713b86dbf5e80ccb136d2985b..583ec9c81e32c9a5961c61796a9d4e8afa963889 100644 (file)
@@ -1,8 +1,54 @@
+2020-03-20  Tom Tromey  <tromey@adacore.com>
+
+       * ada-tasks.c (read_atcb): Use smaller length in strncpy call.
+       * linux-tdep.c (linux_fill_prpsinfo): Use smaller length in
+       strncpy call.
+
+2020-03-20  Tom Tromey  <tromey@adacore.com>
+
+       * symmisc.c (maintenance_print_one_line_table): Use ui_out.
+
+2020-03-20  Tom Tromey  <tromey@adacore.com>
+
+       * ada-valprint.c (print_variant_part): Remove parameters; switch
+       to value-based API.
+       (print_field_values): Likewise.
+       (ada_val_print_struct_union): Likewise.
+       (ada_value_print_1): Update.
+
+2020-03-20  Kamil Rytarowski  <n54@gmx.com>
+
+       * ppc-nbsd-nat.c (ppc_nbsd_nat_target): Inherit from
+       nbsd_nat_target instead of inf_ptrace_target.
+       * ppc-nbsd-nat.c: Include "nbsd-nat.h", as we are now using
+       nbsd_nat_target.
+
+2020-03-20  Kamil Rytarowski  <n54@gmx.com>
+
+       * hppa-nbsd-nat.c (fetch_registers): New variable lwp and pass
+       it to the ptrace call.
+       * (store_registers): Likewise.
+
+2020-03-20  Kamil Rytarowski  <n54@gmx.com>
+
+       * ppc-nbsd-nat.c (fetch_registers): New variable lwp and pass
+       it to the ptrace call.
+       * (store_registers): Likewise.
+
 2020-03-19  Luis Machado  <luis.machado@linaro.org>
 
        * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): If vg is not
        valid, fetch vg value from ptrace.
 
+2020-03-19  Kamil Rytarowski  <n54@gmx.com>
+       * inf-ptrace.h: Disable get_ptrace_pid on NetBSD.
+       * inf-ptrace.c: Likewise.
+       * (gdb_ptrace): Add.
+       * (inf_ptrace_target::resume): Update.
+       * (inf_ptrace_target::xfer_partial): Likewise.
+       * (inf_ptrace_peek_poke): Change argument `pid' to `ptid'.
+       * (inf_ptrace_peek_poke): Update.
+
 2020-03-19  Kamil Rytarowski  <n54@gmx.com>
 
        * x86-bsd-nat.c (gdb_ptrace): New.