Blob Blame History Raw
http://sourceware.org/ml/gdb-cvs/2013-06/msg00015.html

### src/gdb/ChangeLog	2013/06/04 12:53:33	1.15682
### src/gdb/ChangeLog	2013/06/04 13:02:15	1.15683
## -1,5 +1,9 @@
 2013-06-04  Gary Benson  <gbenson@redhat.com>
 
+	* NEWS: Update.
+
+2013-06-04  Gary Benson  <gbenson@redhat.com>
+
 	* objfiles.h (inhibit_section_map_updates): New function
 	declaration.
 	(resume_section_map_updates): Likewise.
Index: gdb-7.6.1/gdb/NEWS
===================================================================
--- gdb-7.6.1.orig/gdb/NEWS	2018-05-05 17:14:37.604747215 +0200
+++ gdb-7.6.1/gdb/NEWS	2018-05-05 17:14:51.315869730 +0200
@@ -14,6 +14,16 @@
   the tradeoff that there is a possibility of false hits being
   reported.
 
+* New remote packets
+
+qXfer:libraries-svr4:read's annex
+  The previously unused annex of the qXfer:libraries-svr4:read packet
+  is now used to support passing an argument list.  The remote stub
+  reports support for this argument list to GDB's qSupported query.
+  The defined arguments are "start" and "prev", used to reduce work
+  necessary for library list updating, resulting in significant
+  speedup.
+
 *** Changes in GDB 7.6
 
 * Target record has been renamed to record-full.