Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-31 | Bump GDB version number to 8.1.1.DATE-git.gdb-8.1-branch | Joel Brobecker | 3 | -2/+7 | |
gdb/ChangeLog: * version.in: Set GDB version number to 8.1.1.DATE-git. * PROBLEMS: Likewise. | |||||
2018-07-31 | Document the GDB 8.1.1 release in gdb/ChangeLog | Joel Brobecker | 1 | -0/+4 | |
gdb/ChangeLog: GDB 8.1.1 released. | |||||
2018-07-31 | Set GDB version number to 8.1.1.gdb-8.1.1-release | Joel Brobecker | 3 | -2/+7 | |
gdb/ChangeLog: * version.in: Set GDB version number to 8.1.1. * PROBLEMS: Likewise. | |||||
2018-07-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-07-03 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-07-02 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-07-01 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-30 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-29 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-28 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-22 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-21 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-20 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-19 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-18 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-17 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-16 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-15 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-14 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-13 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-12 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-11 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-10 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-09 | Fix build issue with Python 3.7 | Paul Koning | 2 | -3/+23 | |
Originally reported in https://bugzilla.redhat.com/show_bug.cgi?id=1577396 -- gdb build fails with Python 3.7 due to references to a Python internal function whose declaration changed in 3.7. gdb/ChangeLog 2018-06-09 Paul Koning <paul_koning@dell.com> PR gdb/23252 * python/python.c (do_start_initialization): Avoid call to internal Python API. (init__gdb_module): New function. | |||||
2018-06-09 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-08 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-07 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-06 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-05 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-04 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-03 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-02 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-06-01 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-31 | Unset gdbarch significant_addr_bit by default | Omair Javaid | 4 | -5/+14 | |
This patch fixes a bug introduced by fix to AArch64 pointer tagging. In our fix for tagged pointer support our agreed approach was to sign extend user-space address after clearing tag bits. This is not same for all architectures and this patch allows sign extension for addresses on targets which specifically set significant_addr_bit. More information about patch that caused the issues and discussion around tagged pointer support can be found in links below: https://sourceware.org/ml/gdb-patches/2018-05/msg00000.html https://sourceware.org/ml/gdb-patches/2017-12/msg00159.html gdb/ChangeLog: 2018-05-31 Omair Javaid <omair.javaid@linaro.org> PR gdb/23210 * gdbarch.sh (significant_addr_bit): Default to zero when not set by target architecture. * gdbarch.c: Re-generated. * utils.c (address_significant): Update. | |||||
2018-05-31 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-30 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-29 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-28 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-23 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-22 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |
2018-05-21 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 | |