aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-29Enable some C++14 code in array-view.hTom Tromey1-9/+8
2023-11-29Switch to -Wimplicit-fallthrough=5Tom Tromey4-4/+4
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey60-143/+140
2023-11-29gprofng: support GNU option syntax in gp-display-html, plus various fixesVladimir Mezentsev1-2820/+4147
2023-11-29gprofng: updated man pages and user guideVladimir Mezentsev9-268/+635
2023-11-29Automatic date update in version.inGDB Administrator1-1/+1
2023-11-28gdb/python: display errors from command completionAndrew Burgess3-24/+67
2023-11-28gdb/testsuite: improve test regexp in gdb_get_worker_threadsAndrew Burgess1-1/+1
2023-11-28gnulib: mark configure +xMike Frysinger1-0/+0
2023-11-28gdb: fix call to breakpoint_inserted_here_p in darwin-nat.cSimon Marchi1-1/+1
2023-11-28gas: add NEWS entry for change of comment syntax in BPF assemblerJose E. Marchesi2-0/+9
2023-11-28Emit DAP "process" eventTom Tromey3-1/+41
2023-11-28[gdb/tui] Use const std::string for string literals in tui-stack.cTom de Vries1-17/+16
2023-11-28sim: bpf: do not use semicolon to begin commentsJose E. Marchesi11-292/+292