aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-29Automatic date update in version.inGDB Administrator1-1/+1
2023-08-28[gdb/testsuite] Improve xfail in gdb.cp/nsusing.expTom de Vries1-4/+16
2023-08-28gdbserver: Fix style of struct declarations in i387-fp.ccJohn Baldwin1-3/+6
2023-08-28gdbserver: Simplify handling of ZMM registers.John Baldwin1-81/+41
2023-08-28x86: Remove X86_XSTATE_SIZE and related constants.John Baldwin1-12/+0
2023-08-28gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area.Aleksandar Paunovic1-51/+74
2023-08-28gdbserver: Refactor the legacy region within the xsave structAleksandar Paunovic1-25/+2
2023-08-28gdbserver: Add a function to set the XSAVE mask and size.John Baldwin4-11/+31
2023-08-28gdb: Use x86_xstate_layout to parse the XSAVE extended state area.John Baldwin2-190/+278
2023-08-28gdb: Support XSAVE layouts for the current host in the Linux x86 targets.John Baldwin5-5/+22
2023-08-28gdb: Update x86 Linux architectures to support XSAVE layouts.John Baldwin3-43/+61
2023-08-28gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets.John Baldwin5-62/+62
2023-08-28gdb: Update x86 FreeBSD architectures to support XSAVE layouts.John Baldwin3-36/+64
2023-08-28x86 nat: Add helper functions to save the XSAVE layout for the host.John Baldwin2-0/+102
2023-08-28nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count.John Baldwin1-0/+32
2023-08-28core: Support fetching x86 XSAVE layout from architectures.John Baldwin7-0/+137