aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
binutils-2_35-branchlibctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock12 days
binutils-2_36-branchlibctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock12 days
binutils-2_37-branchlibctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock12 days
binutils-2_38-branchlibctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock13 days
binutils-2_39-branchlibctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock13 days
binutils-2_40-branchlibctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock13 days
binutils-2_41-branchlibctf: fix ref leak of names of newly-inserted non-root-visible typesNick Alcock13 days
binutils-2_43-branchAutomatic date update in version.inGDB Administrator6 days
gdb-15-branchAutomatic date update in version.inGDB Administrator6 days
masterRISC-V: PR32014, .option directives shuoldn't affect elf attribute.Nelson Chu6 days
[...]
 
TagDownloadAuthorAge
binutils-2_43gdb-binutils-2_43.zip  gdb-binutils-2_43.tar.gz  gdb-binutils-2_43.tar.bz2  Nick Clifton10 days
gdb-15.1-releasegdb-15.1-release.zip  gdb-15.1-release.tar.gz  gdb-15.1-release.tar.bz2  Joel Brobecker5 weeks
gdb-15-branchpointgdb-15-branchpoint.zip  gdb-15-branchpoint.tar.gz  gdb-15-branchpoint.tar.bz2  Joel Brobecker3 months
gdb-14.2-releasegdb-14.2-release.zip  gdb-14.2-release.tar.gz  gdb-14.2-release.tar.bz2  Joel Brobecker5 months
binutils-2_42gdb-binutils-2_42.zip  gdb-binutils-2_42.tar.gz  gdb-binutils-2_42.tar.bz2  Nick Clifton7 months
gdb-14.1-releasegdb-14.1-release.zip  gdb-14.1-release.tar.gz  gdb-14.1-release.tar.bz2  Joel Brobecker8 months
gdb-14-branchpointgdb-14-branchpoint.zip  gdb-14-branchpoint.tar.gz  gdb-14-branchpoint.tar.bz2  Joel Brobecker10 months
binutils-2_41-releasegdb-binutils-2_41-release.zip  gdb-binutils-2_41-release.tar.gz  gdb-binutils-2_41-release.tar.bz2  Nick Clifton12 months
binutils-2_41gdb-binutils-2_41.zip  gdb-binutils-2_41.tar.gz  gdb-binutils-2_41.tar.bz2  Nick Clifton13 months
gdb-13.2-releasegdb-13.2-release.zip  gdb-13.2-release.tar.gz  gdb-13.2-release.tar.bz2  Joel Brobecker15 months
[...]
 
AgeCommit messageAuthorFilesLines
2020-08-22Fix advance/until and multiple locations (PR gdb/26524)users/palves/advance-until-fixesPedro Alves3-41/+239
2020-08-22Fix advance/until and inline frames (PR gdb/26523)Pedro Alves1-2/+4
2020-08-20gdb: fix typo "breapoint" -> "breakpoint"Tankut Baris Aktemur5-4/+13
2020-08-20Apply a workaround to mitigate a quadratic performance hit in the linker when...Nick Clifton4-7/+34
2020-08-20Fix for incorrect breakpoint set in case of flang compiled binaryAlok Kumar Sharma8-9/+62
2020-08-20Remove --reduce-memory-overheads and --hash-size arguments.Martin Liska7-704/+47
2020-08-20Port gas/config/* to str_htab.Martin Liska56-1214/+1114
2020-08-20Port dw2gencfi.c to str_htab.Martin Liska2-14/+11
2020-08-20Port ecoff.c to str_hash.Martin Liska2-20/+19
2020-08-20Add new string hash table based on htab_t.Martin Liska2-0/+91
[...]