Implement 'qXfer:exec-file:read' packet in Valgrind gdbserver.

Thanks to this packet, with recent GDB (>= 7.9.50.20150514-cvs), the
command 'target remote' will automatically load the executable file of
the process running under Valgrind. This means you do not need to
specify the executable file yourself, GDB will discover it itself.
See GDB documentation about 'qXfer:exec-file:read' packet for more
info.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15230 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NEWS b/NEWS
index b702d0a..40cf7ce 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,14 @@
 * Valgrind can be built with Intel's ICC compiler. The required
   compiler version is 14.0 or later.
 
+* New and modified GDB server monitor features:
+
+  - With recent GDB (>= 7.9.50.20150514-cvs), the command 'target remote'
+    will automatically load the executable file of the process running
+    under Valgrind. This means you do not need to specify the executable
+    file yourself, GDB will discover it itself.
+    See GDB documentation about 'qXfer:exec-file:read' packet for more info.
+
 * ==================== FIXED BUGS ====================
 
 The following bugs have been fixed or resolved.  Note that "n-i-bz"