Blame SOURCES/gdb-dlopen-stap-probe-4of9.patch

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