aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
binutils-2_42-branchAutomatic date update in version.inGDB Administrator25 hours
gdb-15-branchAutomatic date update in version.inGDB Administrator25 hours
mastergdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi2 hours
users/aburgess/try-fix-i386-tdesc-issuegdb/i386: fix tdesc rejection issue for targets without PTRACE_GETREGSETAndrew Burgess4 weeks
users/ibhagat/try-scfi-aarch64-v2gas: aarch64: testsuite: add new tests for SCFIIndu Bhagat7 weeks
users/ibhagat/try-scfi-aarch64-v4gas: aarch64: testsuite: add new tests for SCFIIndu Bhagat2 weeks
users/ibhagat/try-scfi-aarch64-v5gas: aarch64: testsuite: add new tests for SCFIIndu Bhagat4 days
users/ibhagat/try-sframe-scfi-nextgas: scfi: make gen_scfi_ops more readableIndu Bhagat3 weeks
users/nalcock/try-enum-apilibctf: fix testsuite bugs revealed by -WallNick Alcock4 weeks
users/nalcock/try-libctf-fixeslibctf: link: remember to turn off the LCTF_LINKING flag after ctf_link_writeNick Alcock10 hours
[...]
 
TagDownloadAuthorAge
gdb-15.1-releasebinutils-gdb-15.1-release.zip  binutils-gdb-15.1-release.tar.gz  binutils-gdb-15.1-release.tar.bz2  Joel Brobecker9 days
gdb-15-branchpointbinutils-gdb-15-branchpoint.zip  binutils-gdb-15-branchpoint.tar.gz  binutils-gdb-15-branchpoint.tar.bz2  Joel Brobecker7 weeks
gdb-14.2-releasebinutils-gdb-14.2-release.zip  binutils-gdb-14.2-release.tar.gz  binutils-gdb-14.2-release.tar.bz2  Joel Brobecker4 months
binutils-2_42binutils-2_42.zip  binutils-2_42.tar.gz  binutils-2_42.tar.bz2  Nick Clifton6 months
gdb-14.1-releasebinutils-gdb-14.1-release.zip  binutils-gdb-14.1-release.tar.gz  binutils-gdb-14.1-release.tar.bz2  Joel Brobecker7 months
gdb-14-branchpointbinutils-gdb-14-branchpoint.zip  binutils-gdb-14-branchpoint.tar.gz  binutils-gdb-14-branchpoint.tar.bz2  Joel Brobecker9 months
binutils-2_41-releasebinutils-2_41-release.zip  binutils-2_41-release.tar.gz  binutils-2_41-release.tar.bz2  Nick Clifton11 months
binutils-2_41binutils-2_41.zip  binutils-2_41.tar.gz  binutils-2_41.tar.bz2  Nick Clifton12 months
gdb-13.2-releasebinutils-gdb-13.2-release.zip  binutils-gdb-13.2-release.tar.gz  binutils-gdb-13.2-release.tar.bz2  Joel Brobecker14 months
gdb-13.1-releasebinutils-gdb-13.1-release.zip  binutils-gdb-13.1-release.tar.gz  binutils-gdb-13.1-release.tar.bz2  Joel Brobecker17 months
[...]
 
AgeCommit messageAuthorFilesLines
2024-05-17Fix process-dies-after-detachusers/palves/windows-non-stopPedro Alves4-57/+213
2024-05-17Mention Windows non-stop support in NEWSPedro Alves1-0/+3
2024-05-17Windows gdb: Watchpoints while running (internal vs external stops)Pedro Alves2-24/+119
2024-05-17Windows gdb: Add non-stop supportPedro Alves5-115/+720
2024-05-10Windows gdb+gdbserver: Check whether DBG_REPLY_LATER is availablePedro Alves2-0/+29
2024-05-10Windows gdb: Avoid writing debug registers if watchpoint hit pendingPedro Alves4-27/+98
2024-05-10windows_per_inferior::continue_one_thread, unify WoW64/non-WoW64 pathsPedro Alves1-36/+32
2024-05-10Windows gdb: cygwin_set_dr => windows_set_dr, etc.Pedro Alves1-18/+18
2024-05-10Windows gdb: Change serial_event managementPedro Alves1-1/+9
2024-05-10Windows gdb+gdbserver: Eliminate struct pending_stopPedro Alves3-25/+18
[...]