Index: gdb/ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.15682 diff -u -r1.15682 ChangeLog --- gdb/ChangeLog 4 Jun 2013 12:53:33 -0000 1.15682 +++ gdb/ChangeLog 4 Jun 2013 13:00:08 -0000 @@ -1,3 +1,7 @@ +2013-06-04 Gary Benson + + * NEWS: Update. + 2013-06-04 Gary Benson * objfiles.h (inhibit_section_map_updates): New function Index: gdb/NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.600 diff -u -r1.600 NEWS --- gdb/NEWS 23 May 2013 17:17:50 -0000 1.600 +++ gdb/NEWS 4 Jun 2013 13:00:12 -0000 @@ -95,6 +95,14 @@ stub to step through an address range itself, without GDB involvemement at each single-step. +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. + * New features in the GDB remote stub, GDBserver ** GDBserver now supports target-assisted range stepping. Currently