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
2023-03-10Cancel execution command on thread exit, when stepping, nexting, etc.users/palves/step-over-thread-exit-v3.1Pedro Alves2-36/+118
2023-03-10Centralize "[Thread ...exited]" notificationsPedro Alves16-83/+95
2023-03-10inferior::clear_thread_list always silentPedro Alves3-10/+9
2023-03-10Document remote clone events, and QThreadOptions packetPedro Alves2-3/+144
2023-03-10Testcases for stepping over thread exit syscall (PR gdb/27338)Simon Marchi6-0/+333
2023-03-10gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macroPedro Alves1-18/+32
2023-03-10Ignore failure to read PC when resumingPedro Alves1-1/+22
2023-03-10Report thread exit event for leader if reporting thread exit eventsPedro Alves2-12/+68
2023-03-10Don't resume new threads if scheduler-locking is in effectPedro Alves5-9/+164
2023-03-10gdbserver: Queue no-resumed event after thread exitPedro Alves5-20/+53
[...]