aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-31[gdb/contrib] Require minimal dwz version in cc-with-tweaks.shTom de Vries1-0/+18
2023-08-31vms-alpha: Free memory on failure pathAlan Modra1-1/+1
2023-08-31gas init_stab_section and get_stab_string_offsetAlan Modra10-150/+118
2023-08-31gas OBJ_PROCESS_STABAlan Modra10-19/+16
2023-08-31[gdb/symtab] Replace TYPE_ALLOC with TYPE_ZALLOC where requiredTom de Vries2-5/+13
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + B_CLRALL with TYPE_ZALLOCTom de Vries2-18/+9
2023-08-31[gdb/symtab] Replace TYPE_ALLOC + memset with TYPE_ZALLOCTom de Vries1-3/+1
2023-08-31[gdb/symtab] Do more zero-initialization of type::fieldsTom de Vries3-5/+5
2023-08-31[gdb/symtab] Factor out type::{alloc_fields,copy_fields}Tom de Vries13-190/+150
2023-08-31[gdb/symtab] Fix uninitialized memory in buildsym_compunit::finish_block_inte...Tom de Vries1-1/+1
2023-08-31arc: Update elfarcv2 script templateClaudiu Zissulescu1-7/+11
2023-08-30elf: Don't merge sections with different SHF_LINK_ORDERH.J. Lu7-1/+113
2023-08-30elf: Check DT_SYMTAB only on non-IR objectH.J. Lu1-9/+12
2023-08-31Automatic date update in version.inGDB Administrator1-1/+1
2023-08-31libbfd.texi zero sizeAlan Modra3-4/+11
2023-08-31DEFAULT_BUFFERSIZEAlan Modra5-15/+7
2023-08-30[gdb/testsuite] Fix gdb.dwarf2/nullptr_t.exp with cc-with-dwz-mTom de Vries1-1/+1
2023-08-30gdb: simplify vector construction in eval_op_rust_arraySimon Marchi1-8/+1
2023-08-30Revert "Gold: Add targ_extra_little_endian to configure.ac"Maciej W. Rozycki3-17/+1
2023-08-30Revert "Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endian"Maciej W. Rozycki1-1/+1
2023-08-30Revert "Gold/MIPS: Drop mips*le/mips*el* triple pattern"Maciej W. Rozycki1-1/+1
2023-08-30Revert "Gold/MIPS: Add targ_extra_size=64 for mips32 triples"Maciej W. Rozycki1-2/+0
2023-08-30Revert "Gold/MIPS: Add mips64*/mips64*el triple support"Maciej W. Rozycki1-16/+0
2023-08-30Revert "MIPS: Use 64-bit a ABI by default for `mipsisa64*-*-linux*' targets"Maciej W. Rozycki5-18/+16
2023-08-30gdbserver, linux-low: add a couple of nullptr assertions.Willgerodt, Felix1-0/+4
2023-08-30RISC-V: Make XVentanaCondOps RV64 onlyTsukasa OI3-2/+8
2023-08-30objdump: Free sorted_syms on error pathAlan Modra1-0/+1
2023-08-30binutils/dwarf.c abbrev list leakAlan Modra1-1/+7
2023-08-30Re: readelf/objdump: Handle DWARF info with mixed types of range sectionAlan Modra1-1/+4
2023-08-30Automatic date update in version.inGDB Administrator1-1/+1
2023-08-29[gdb/build] Fix C inclusion of nat/x86-cpuid.hTom de Vries1-0/+12
2023-08-29More renames in array_operation::evaluateTom Tromey1-4/+3
2023-08-29Remove "highbound" parameter from value_arrayTom Tromey4-19/+12
2023-08-29Remove another redundant variable from array_operation::evaluateTom Tromey1-8/+4
2023-08-29Remove redundant variable from array_operation::evaluateTom Tromey1-3/+2
2023-08-29Hoist array bounds check in array_operation::evaluateTom Tromey1-3/+2
2023-08-29Declare 'tem' in loop header in array_operation::evaluateTom Tromey1-5/+4
2023-08-29Use gdb::array_view for value_arrayTom Tromey4-4/+5
2023-08-29gdb/testsuite: recognize one more unsupported instruction in gdb.reverse/step...Simon Marchi1-0/+3
2023-08-29[gdb/testsuite] Require have_compile_flag -mavx512f in gdb.arch/i386-avx512.expTom de Vries1-0/+1
2023-08-29[gdb/testsuite] Require gcc >= 5 in gdb.linespec/cpls-abi-tag.expTom de Vries1-0/+8
2023-08-29[gdb/testsuite] Handle some test-cases with older compilerTom de Vries5-5/+23
2023-08-29[gdb/testsuite] Fix false negative in have_host_localeTom de Vries1-0/+2
2023-08-29readelf: typos in user messagesNicolas Boulenguez1-2/+2
2023-08-29Default getpkt 'forever' parameter to 'false'Tom Tromey1-80/+81
2023-08-29Unify getpkt and getpkt_or_notif_saneTom Tromey1-30/+5
2023-08-29Use bool in getpktTom Tromey1-102/+102
2023-08-29Remove expecting_notif parameter from getpkt_or_notif_sane_1Tom Tromey1-11/+12
2023-08-29Remove getpkt_saneTom Tromey1-26/+14
2023-08-29[gdb/testsuite] Check for sys/random.h in gdb.reverse/getrandom.expTom de Vries2-0/+9