diff options
-rw-r--r-- | gdb/NEWS | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |