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

861f93
http://sourceware.org/ml/gdb-cvs/2013-06/msg00015.html
861f93
861f93
### src/gdb/ChangeLog	2013/06/04 12:53:33	1.15682
861f93
### src/gdb/ChangeLog	2013/06/04 13:02:15	1.15683
861f93
## -1,5 +1,9 @@
861f93
 2013-06-04  Gary Benson  <gbenson@redhat.com>
861f93
 
861f93
+	* NEWS: Update.
861f93
+
861f93
+2013-06-04  Gary Benson  <gbenson@redhat.com>
861f93
+
861f93
 	* objfiles.h (inhibit_section_map_updates): New function
861f93
 	declaration.
861f93
 	(resume_section_map_updates): Likewise.
861f93
Index: gdb-7.6/gdb/NEWS
861f93
===================================================================
861f93
--- gdb-7.6.orig/gdb/NEWS	2013-06-10 14:27:02.071184153 +0200
861f93
+++ gdb-7.6/gdb/NEWS	2013-06-10 14:28:34.391145339 +0200
861f93
@@ -4,6 +4,16 @@
861f93
 * Newly installed $prefix/bin/gcore acts as a shell interface for the
861f93
   GDB command gcore.
861f93
 
861f93
+* New remote packets
861f93
+
861f93
+qXfer:libraries-svr4:read's annex
861f93
+  The previously unused annex of the qXfer:libraries-svr4:read packet
861f93
+  is now used to support passing an argument list.  The remote stub
861f93
+  reports support for this argument list to GDB's qSupported query.
861f93
+  The defined arguments are "start" and "prev", used to reduce work
861f93
+  necessary for library list updating, resulting in significant
861f93
+  speedup.
861f93
+
861f93
 *** Changes in GDB 7.6
861f93
 
861f93
 * Target record has been renamed to record-full.