]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ChangeLog
Implement remote_pid_to_exec_file using qXfer:exec-file:read
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
index ddedf87c98803240d22a5aa2bcbdd5cd1b591650..8f4c86ae341b4609c61ef28fa426b4767dcd045f 100644 (file)
@@ -1,3 +1,16 @@
+2015-04-17  Gary Benson <gbenson@redhat.com>
+
+       * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
+       * remote.c (PACKET_qXfer_exec_file): Likewise.
+       (remote_protocol_features): Register the
+       "qXfer:exec-file:read" feature.
+       (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
+       (remote_pid_to_exec_file): New function.
+       (init_remote_ops): Initialize to_pid_to_exec_file.
+       (_initialize_remote): Register new "set/show remote
+       pid-to-exec-file-packet" command.
+       * NEWS: Announce new qXfer:exec-file:read packet.
+
 2015-04-17  Gary Benson <gbenson@redhat.com>
 
        * nat/linux-procfs.h (linux_proc_pid_to_exec_file):