Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
8 days | Update copyright dates to include 2025 | Tom Tromey | 1 | -1/+1 | |
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 | 1 | -0/+24 | |
Ada 2022 includes a "delta aggregates" feature that can sometimes simplify aggregate creation. This patch implements this feature for GDB. |