aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-24asan: c4x, c54x coff_canonicalize_reloc buffer overflowAlan Modra6-17/+44
2021-10-24asan: arm-darwin: buffer overflowAlan Modra1-18/+21
2021-10-24asan: aout: heap buffer overflowAlan Modra2-6/+4
2021-10-24LoongArch ld supportliuzhensong22-1/+1146
2021-10-24LoongArch gas supportliuzhensong39-5/+4152
2021-10-24LoongArch binutils supportliuzhensong3-0/+27
2021-10-24LoongArch opcodes supportliuzhensong12-0/+1877
2021-10-24LoongArch bfd supportliuzhensong20-3/+4519
2021-10-24Automatic date update in version.inGDB Administrator1-1/+1
2021-10-23Automatic date update in version.inGDB Administrator1-1/+1
2021-10-22x86: Add -muse-unaligned-vector-move to assemblerH.J. Lu7-0/+110
2021-10-22Fix 'uninstall' targetTom Tromey2-3/+14
2021-10-22Remove unused variables from gdbserver's MakefileTom Tromey1-26/+1
2021-10-22[gdb/testsuite] Fix gdb.threads/linux-dp.expTom de Vries1-1/+1
2021-10-22[gdb/testsuite] Fix FAILs in gdb.mi/mi-breakpoint-changed.expTom de Vries1-2/+2
2021-10-22gdb/python: move gdb.Membuf support into a new fileAndrew Burgess5-179/+236
2021-10-22gdb/python: new gdb.architecture_names functionAndrew Burgess6-0/+92
2021-10-22gdb: make disassembler fprintf callback a static member functionAndrew Burgess2-16/+18
2021-10-22RISC-V: Added ld testcase for pcgp relaxation.Lewis Revill5-2/+36
2021-10-22RISC-V: Don't separate pcgp relaxation to another relax pass.Lewis Revill9-216/+215
2021-10-22gdb: fix remote-sim.c buildSimon Marchi1-6/+3
2021-10-22Automatic date update in version.inGDB Administrator1-1/+1
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi44-705/+826
2021-10-21gdbserver: initialize the members of lwp_info in-classSimon Marchi2-29/+31
2021-10-21gdbserver: make thread_info non-PODSimon Marchi2-14/+18
2021-10-21Fix ARMv8.4 for hw watchpoint and breakpointAndrew Pinski2-0/+3
2021-10-21Refactor code slightly in nat/aarch64-linux-hw-point.c (aarch64_linux_get_deb...Andrew Pinski1-6/+18
2021-10-21Fixes for gdb.mi/mi-break.expCarl Love1-4/+4
2021-10-21[gdb/tui] Fix breakpoint display functionalityTom de Vries2-2/+38
2021-10-21Fix test step-and-next-inline.ccCarl Love2-2/+4
2021-10-21Fix latent Ada bug when accessing field offsetsTom Tromey3-43/+75
2021-10-21-Waddress warning in ldelf.cAlan Modra1-1/+0
2021-10-21Avoid -Waddress warnings in readelfAlan Modra1-86/+123
2021-10-21Automatic date update in version.inGDB Administrator1-1/+1
2021-10-21PR28417, std::string no longer allows accepting nullptr_tAlan Modra2-2/+2
2021-10-21Re: PR27625, powerpc64 gold __tls_get_addr callsAlan Modra1-156/+36
2021-10-20Use std::string in print_one_catch_syscallTom Tromey1-13/+9
2021-10-20Use unique_xmalloc_ptr in breakpointTom Tromey6-63/+60
2021-10-20Use unique_xmalloc_ptr in bp_locationTom Tromey2-10/+6
2021-10-20Use unique_xmalloc_ptr in watchpointTom Tromey4-25/+18
2021-10-20Use unique_xmalloc_ptr in exec_catchpointTom Tromey1-14/+5
2021-10-20Use unique_xmalloc_ptr in solib_catchpointTom Tromey1-12/+7
2021-10-20Make c-exp.y work with Bison 3.8+Christian Biesinger1-2/+3
2021-10-20Automatic date update in version.inGDB Administrator1-1/+1
2021-10-19[gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittestTom de Vries4-50/+57
2021-10-19Check index in type::fieldTom Tromey3-2/+3
2021-10-19Fix Rust lex selftest when using libiconvTom Tromey1-3/+10
2021-10-19Fix format_pieces selftest on WindowsTom Tromey6-72/+127
2021-10-19Fix bug in dynamic type resolutionTom Tromey3-3/+35
2021-10-19Always use std::function for self-testsTom Tromey2-45/+6