Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-04-08 | Update copyright dates to include 2025 | Tom Tromey | 3 | -3/+3 | |
This updates the copyright headers to include 2025. I did this by running gdb/copyright.py and then manually modifying a few files as noted by the script. Approved-By: Eli Zaretskii <eliz@gnu.org> | |||||
2024-03-21 | Implement Ada 2022 delta aggregates | Tom Tromey | 3 | -0/+89 | |
Ada 2022 includes a "delta aggregates" feature that can sometimes simplify aggregate creation. This patch implements this feature for GDB. |