commit | b3a27d2f97aa3e21237036e50b54bbe94d19d048 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Jun 23 06:38:55 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Fri Jul 21 09:36:39 2023 -0600 |
tree | 1e184ee007848bee5df2020548662f0584b277e4 | |
parent | 812e7caf60b11c1b9ed09f7d5eda47c2178005dc [diff] |
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>