aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
binutils-2_43-branchAutomatic date update in version.inGDB Administrator13 hours
gdb-15-branchAutomatic date update in version.inGDB Administrator13 hours
master[gdbsupport] Add gdb::array_view::{iterator,const_iterator}Tom de Vries7 hours
users/ARM/gcsaarch64: Add support for GCS to AArch64 linkerSrinath Parvathaneni3 days
users/aburgess/try-gdbserver-pass-osabigdbserver: pass osabi to GDB in more target descriptionsAndrew Burgess5 days
users/fche/try-xxhash-plusbinutils testsuite: canonicalize subtest names in libctfFrank Ch. Eigler4 weeks
users/mmetzger/pr19340gdb, btrace, infrun: per-inferior run-controlMarkus Metzger5 weeks
users/mmetzger/pr31353gdb, infrun: fix multi-threaded reverse steppingMarkus Metzger5 weeks
users/mnabipoor/poke-gdbWIP Fix poke_command to reset lexical cuckolding after errorMohammad-Reza Nabipoor3 weeks
users/simark/try-cxx-hash-tableConvert dwarf2_per_objfile::die_type_hash to new hash tableSimon Marchi8 weeks
[...]
 
TagDownloadAuthorAge
gdb-15.2-releasegdb-15.2-release.zip  gdb-15.2-release.tar.gz  gdb-15.2-release.tar.bz2  Joel Brobecker3 weeks
binutils-2_43_1gdb-binutils-2_43_1.zip  gdb-binutils-2_43_1.tar.gz  gdb-binutils-2_43_1.tar.bz2  Nick Clifton2 months
binutils-2_43gdb-binutils-2_43.zip  gdb-binutils-2_43.tar.gz  gdb-binutils-2_43.tar.bz2  Nick Clifton2 months
gdb-15.1-releasegdb-15.1-release.zip  gdb-15.1-release.tar.gz  gdb-15.1-release.tar.bz2  Joel Brobecker3 months
gdb-15-branchpointgdb-15-branchpoint.zip  gdb-15-branchpoint.tar.gz  gdb-15-branchpoint.tar.bz2  Joel Brobecker5 months
gdb-14.2-releasegdb-14.2-release.zip  gdb-14.2-release.tar.gz  gdb-14.2-release.tar.bz2  Joel Brobecker8 months
binutils-2_42gdb-binutils-2_42.zip  gdb-binutils-2_42.tar.gz  gdb-binutils-2_42.tar.bz2  Nick Clifton9 months
gdb-14.1-releasegdb-14.1-release.zip  gdb-14.1-release.tar.gz  gdb-14.1-release.tar.bz2  Joel Brobecker11 months
gdb-14-branchpointgdb-14-branchpoint.zip  gdb-14-branchpoint.tar.gz  gdb-14-branchpoint.tar.bz2  Joel Brobecker12 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 Clifton15 months
[...]
 
AgeCommit messageAuthorFilesLines
2019-11-18[RFC] Don't block on finishing demangling msymbolsusers/cbiesinger/all-perf-patchesChristian Biesinger2-54/+91
2019-11-18Create a correctly-sized demangled names hashtableChristian Biesinger1-2/+9
2019-11-10Compute msymbol hash codes in parallelChristian Biesinger1-15/+25
2019-11-10Precompute hash value for symbol_set_namesChristian Biesinger3-6/+30
2019-11-10Set names of worker threadsTom Tromey8-9/+43
2019-11-10Use run_on_main_thread in gdb.post_eventTom Tromey2-69/+70
2019-11-10Add maint set/show worker-threadsTom Tromey5-0/+84
2019-11-10Demangle minsyms in parallelTom Tromey6-18/+155
2019-11-10Implement a thread poolChristian Biesinger4-0/+223
2019-11-10Introduce thread-safe way to handle SIGSEGVTom Tromey4-72/+131
[...]