linux-nat: Exploit /proc/<pid>/mem for writing
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 6f4182d12536ff656ac802decd1fc03622210824..e90fbc0adfd76ce6ec6fbdce529f2c759f7da2f3 100644 (file)
@@ -1,3 +1,58 @@
+2017-03-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * linux-nat.c (linux_proc_xfer_partial): Handle write operations
+       as well.
+
+2017-03-14  Pedro Alves  <palves@redhat.com>
+
+       * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
+       (main): Use std::unique_ptr.  Remove calls to
+       cp_demangled_name_parse_free.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
+       alphabsd_store_inferior_registers): Use regcache->ptid instead
+       of inferior_ptid.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * aix-thread.c (aix_thread_fetch_registers,
+       aix_thread_store_registers): Use regcache->ptid instead of
+       inferior_ptid.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * aarch64-linux-nat.c (fetch_gregs_from_thread,
+       store_gregs_to_thread, fetch_fpregs_from_thread,
+       store_fpregs_to_thread): Use regcache->ptid instead of
+       inferior_ptid.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
+       amd64_linux_fetch_inferior_registers): Use regcache->ptid
+       instead of inferior_ptid.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * target.c (target_fetch_registers, target_store_registers): Add
+       assert.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * regcache.h (regcache_get_ptid): New function.
+       * regcache.c (regcache_get_ptid): New function.
+
+2017-03-13  Mark Wielaard  <mark@klomp.org>
+
+       * cp-name-parser.y (make_empty): Initialize d_printing to zero.
+
+2017-03-10  Keith Seitz  <keiths@redhat.com>
+
+       PR c++/8218
+       * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
+
 2017-03-08  Pedro Alves  <palves@redhat.com>
 
        PR gdb/18360
This page took 0.023816 seconds and 4 git commands to generate.