aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
binutils-2_40-branchLoongArch: ld:Report an error when seeing an unrecognized relocationLulu Cai3 weeks
binutils-2_41-branchs390: Add arch15 Concurrent-Functions Facility insnsJens Remus2 weeks
binutils-2_42-branchPR32387 ppc64 TLS optimization bug with -fno-plt codeAlan Modra7 days
binutils-2_43-branchAutomatic date update in version.inGDB Administrator42 hours
gdb-15-branchAutomatic date update in version.inGDB Administrator42 hours
mastergdb/configure.ac: remove elf_hp.h checkSimon Marchi25 hours
users/aburgess/gdb-opt-code-debug[wip] Fix range end handling of inlined subroutinesBernd Edlinger31 hours
users/ibhagat/try-sframe-plt-fixesld: generate SFrame stack trace info for .plt.gotIndu Bhagat5 weeks
users/jv/feature-py-jit-api-gen2gdb/python: add section in documentation on implementing JIT interfaceJan Vrany12 days
users/simark/try-gdbserver-unordered-mapgdbserver: use `gdb::unordered_map`Simon Marchi8 days
[...]
 
TagDownloadAuthorAge
gdb-15.2-releasegdb-15.2-release.zip  gdb-15.2-release.tar.gz  gdb-15.2-release.tar.bz2  Joel Brobecker2 months
binutils-2_43_1gdb-binutils-2_43_1.zip  gdb-binutils-2_43_1.tar.gz  gdb-binutils-2_43_1.tar.bz2  Nick Clifton4 months
binutils-2_43gdb-binutils-2_43.zip  gdb-binutils-2_43.tar.gz  gdb-binutils-2_43.tar.bz2  Nick Clifton4 months
gdb-15.1-releasegdb-15.1-release.zip  gdb-15.1-release.tar.gz  gdb-15.1-release.tar.bz2  Joel Brobecker5 months
gdb-15-branchpointgdb-15-branchpoint.zip  gdb-15-branchpoint.tar.gz  gdb-15-branchpoint.tar.bz2  Joel Brobecker6 months
gdb-14.2-releasegdb-14.2-release.zip  gdb-14.2-release.tar.gz  gdb-14.2-release.tar.bz2  Joel Brobecker9 months
binutils-2_42gdb-binutils-2_42.zip  gdb-binutils-2_42.tar.gz  gdb-binutils-2_42.tar.bz2  Nick Clifton10 months
gdb-14.1-releasegdb-14.1-release.zip  gdb-14.1-release.tar.gz  gdb-14.1-release.tar.bz2  Joel Brobecker12 months
gdb-14-branchpointgdb-14-branchpoint.zip  gdb-14-branchpoint.tar.gz  gdb-14-branchpoint.tar.bz2  Joel Brobecker14 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 Clifton16 months
[...]
 
AgeCommit messageAuthorFilesLines
2021-01-13Testcase for detaching while stepping over breakpointusers/palves/detach-step-overPedro Alves2-0/+402
2021-01-13detach in all-stop with threads runningPedro Alves3-52/+128
2021-01-13detach with in-line step over in progressPedro Alves1-4/+41
2021-01-13detach and breakpoint removalPedro Alves3-9/+15
2021-01-13prepare_for_detach and ongoing displaced steppingPedro Alves1-58/+65
2021-01-12prepare_for_detach: don't release scoped_restore at the endPedro Alves1-2/+0
2021-01-12Factor out after-stop event handling code from stop_all_threadsPedro Alves1-138/+150
2021-01-12gdbserver: spurious SIGTRAP w/ detach while step-over in progressPedro Alves1-1/+28
2021-01-12Fix a couple vStopped pending ack bugsPedro Alves2-9/+22
2021-01-11Testcase for attaching in non-stop modePedro Alves2-0/+207
[...]