diff options
author | Gary Benson <gary@redhat.com> | 2013-06-04 13:02:15 +0000 |
---|---|---|
committer | Gary Benson <gary@redhat.com> | 2013-06-04 13:02:15 +0000 |
commit | 7f91dbec548e78c1a0d4f83dbb1527571bf7cf55 (patch) | |
tree | 91d1c4e4a1b8d952c7ec43d31520869ea8ac1521 /gdb/NEWS | |
parent | b1fbec6251e86244e2944fd3e72ef86d45cf3fca (diff) | |
download | gdb-7f91dbec548e78c1a0d4f83dbb1527571bf7cf55.zip gdb-7f91dbec548e78c1a0d4f83dbb1527571bf7cf55.tar.gz gdb-7f91dbec548e78c1a0d4f83dbb1527571bf7cf55.tar.bz2 |
2013-06-04 Gary Benson <gbenson@redhat.com>
* NEWS: Update.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -95,6 +95,14 @@ vCont;r 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 |