aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2023-06-23 06:38:55 -0600
committerTom Tromey <tromey@adacore.com>2023-07-21 09:36:39 -0600
commitb3a27d2f97aa3e21237036e50b54bbe94d19d048 (patch)
tree1e184ee007848bee5df2020548662f0584b277e4 /gdb/NEWS
parent812e7caf60b11c1b9ed09f7d5eda47c2178005dc (diff)
downloadgdb-b3a27d2f97aa3e21237036e50b54bbe94d19d048.zip
gdb-b3a27d2f97aa3e21237036e50b54bbe94d19d048.tar.gz
gdb-b3a27d2f97aa3e21237036e50b54bbe94d19d048.tar.bz2
Implement Ada target name symbol
Ada 2022 adds the "target name symbol", which can be used on the right hand side of an assignment to refer to the left hand side. This allows for convenient updates. This patch implements this for gdb's Ada expression parser. Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index ac5dc42..4c91a38 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -86,6 +86,9 @@
* The Ada 2022 Enum_Rep and Enum_Val attributes are now supported.
+* The Ada 2022 target name symbol ('@') is now supported by the Ada
+ expression parser.
+
* The 'list' command now accepts '.' as an argument, which tells GDB to
print the location where the inferior is stopped. If the inferior hasn't
started yet, the command will print around the main function.