aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2024-08-29 17:29:08 +0100
committerAndrew Burgess <aburgess@redhat.com>2024-08-29 17:31:48 +0100
commit83fbcee1a1afb4d2251109a436af82f8dac5b142 (patch)
tree5524debc8142b6b41e34fde138f105584015b9d9
parentf70987f0b99ac81c458c26d41cb3c27a583a7061 (diff)
downloadgdb-83fbcee1a1afb4d2251109a436af82f8dac5b142.zip
gdb-83fbcee1a1afb4d2251109a436af82f8dac5b142.tar.gz
gdb-83fbcee1a1afb4d2251109a436af82f8dac5b142.tar.bz2
gdb/doc: move NEWS entry to the correct place
In commit: commit 3055e3d2f13bb84db90b9c19d427c362053775d2 Date: Tue May 21 15:58:02 2024 +0100 gdb: add GDB side target_ops::fileio_stat implementation I managed to place a NEWS entry in the wrong place. I put the entry in 'Changes in GDB 15' rather than 'Changes since GDB 15'. This commit moves the entry to the correct place.
-rw-r--r--gdb/NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 38807df..2f5d5eb 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -53,6 +53,13 @@ maintenance info blocks [ADDRESS]
are listed starting at the inner global block out to the most inner
block.
+* New remote packets
+
+vFile:stat
+ Return information about files on the remote system. Like
+ vFile:fstat but takes a filename rather than an open file
+ descriptor.
+
*** Changes in GDB 15
* The MPX commands "show/set mpx bound" have been deprecated, as Intel
@@ -264,11 +271,6 @@ qIsAddressTagged
file is about, this new packet provides a more generic way to perform such
a check.
-vFile:stat
- Return information about files on the remote system. Like
- vFile:fstat but takes a filename rather than an open file
- descriptor.
-
*** Changes in GDB 14
* GDB now supports the AArch64 Scalable Matrix Extension 2 (SME2), which