linux-nat: Exploit /proc/<pid>/mem for writing
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3e155a3e68ac4cb741e97a959504d01c8d36f294..e90fbc0adfd76ce6ec6fbdce529f2c759f7da2f3 100644 (file)
@@ -1,3 +1,44 @@
+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.
This page took 0.024015 seconds and 4 git commands to generate.