aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-04Remove incorrect "fall-through" commentTom Tromey1-1/+0
2023-12-04Update fall-through comment in gdbserverTom Tromey1-1/+1
2023-12-04gdb: Enable early init of thread pool sizeRichard Bunt6-6/+65
2023-12-04gdb: install CLI uiout while processing early init filesAndrew Burgess1-0/+15
2023-12-04[gdb/tui] Fix wrapping stringsTom de Vries7-7/+106
2023-12-04Automatic date update in version.inGDB Administrator1-1/+1
2023-12-02Fix detach bug when lwp has exited/terminatedKevin Buettner5-8/+197
2023-12-03Automatic date update in version.inGDB Administrator1-1/+1
2023-12-02binutils: Fix documentation typo in the --set-sect-name optionPetr Tesarik1-1/+1
2023-12-02gdb: Update Petr Tesarik's email address in gdb/MAINTAINERSPetr Tesarik1-1/+1
2023-12-01Fix ld/x86: reduce testsuite dependency on system object filesH.J. Lu1-10/+10
2023-12-02Automatic date update in version.inGDB Administrator1-1/+1
2023-12-01Bail out of "attach" if a thread cannot be tracedTom Tromey4-13/+210
2023-12-01Use gdb_dir_up in linux_proc_attach_tgid_threadsTom Tromey1-6/+3
2023-12-01Minor cleanup in linux_proc_attach_tgid_threadsTom Tromey1-1/+1
2023-12-01gdb: add missing regcache_map_entry array null terminators in aarch64-linux-t...Simon Marchi1-2/+5
2023-12-01gdb: return when exceeding buffer size in regcache::transfer_regsetSimon Marchi1-1/+1
2023-12-01Add link to Debugger Adapter Protocol node in documentationTom Tromey1-0/+4
2023-12-01Fix right shifts in mcore simulator on 64 bit hosts.Jeff Law3-2/+55
2023-12-01gdb/testsuite: fix completion tests when using READ1Guinevere Larsen1-12/+24
2023-12-01Remove unnecessary returns and unused variables in AIX.Aditya Vidyadhar Kamath1-9/+3
2023-12-01Fix: nm -U short flag erroneously consumes argumentNick Clifton1-1/+1
2023-12-01ld: fix build with old makeinfoJan Beulich1-0/+1
2023-12-01binutils/Dwarf: avoid "shadowing" of glibc function nameJan Beulich1-10/+10
2023-12-01gas: drop unused fields from struct segment_info_structJan Beulich2-12/+1
2023-12-01x86: adjust NOP generation after potential non-insnJan Beulich2-1/+13
2023-12-01x86: i386_cons_align() badly affects diagnosticsJan Beulich3-20/+3
2023-12-01gas: no md_cons_align() for .nop{,s}Jan Beulich4-9/+17
2023-12-01x86: suppress optimization after potential non-insnJan Beulich1-0/+5
2023-12-01x86: last-insn recording should be per-sectionJan Beulich6-58/+116
2023-12-01x86: allow 32-bit reg to be used with U{RD,WR}MSRJan Beulich3-8/+8
2023-11-30gdb: fix warnings about invalid [[fallthrough]] usageSimon Marchi2-2/+2
2023-12-01RISC-V: Make riscv_is_mapping_symbol stricterPatrick O'Neill2-5/+4
2023-12-01RISC-V: Update gas/NEWS for RISC-V vendor extension news.Nelson Chu1-1/+3
2023-12-01RISC-V: Add SiFive custom vector coprocessor interface instructions v1.0Nelson Chu10-0/+273
2023-12-01RISC-V: Zv*: Add support for Zvkb ISA extensionChristoph Müllner10-72/+69
2023-12-01Automatic date update in version.inGDB Administrator1-1/+1
2023-11-30[gdb/build] Fix adding -DNDEBUG to python flags of release buildTom de Vries2-3563/+3565
2023-11-30MIPS/GAS: Add -march=loongson2f to loongson-2f-3 testYunQiang Su1-1/+1
2023-11-30MIPS: Set r6 as default arch if vendor is imgYunQiang Su5-3/+15
2023-11-30Fix procfs.c compilationRainer Orth1-1/+1
2023-11-30libiberty: Disable hwcaps for sha1.oRainer Orth7-1/+108
2023-11-30RISC-V: Avoid updating state until symbol is foundPatrick O'Neill1-12/+31
2023-11-30gas: support double-slash line comments in BPF assemblyJose E. Marchesi9-2/+57
2023-11-30Automatic date update in version.inGDB Administrator1-1/+1
2023-11-29Remove gdb_static_assertTom Tromey50-111/+106
2023-11-29Use C++17 void_tTom Tromey1-10/+1
2023-11-29Rely on copy elision in scope-exit.hTom Tromey1-20/+2
2023-11-29Rely on C++17 <new> in new-op.ccTom Tromey1-5/+0
2023-11-29Use try_emplace in index-write.cTom Tromey1-16/+9