aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-28gdb: Store an x86_xsave_layout in i386_gdbarch_tdep.John Baldwin6-3/+79
2023-08-28x86: Add an x86_xsave_layout structure to handle variable XSAVE layouts.John Baldwin1-9/+56
2023-08-28Use sect_offset_str in cooked_index::dumpTom Tromey1-2/+1
2023-08-28Use hex_string in gdb/coffread.c instead of PRIxPTRMark Wielaard1-2/+2
2023-08-28[gdb/symtab] Handle self-reference in inherit_abstract_diesTom de Vries2-1/+22
2023-08-28COFF swap_aux_inAlan Modra3-101/+77
2023-08-28Re: comdat_hash memory leaksAlan Modra1-1/+2
2023-08-28[gdb/testsuite] Add xfail in gdb.cp/subtypes.expTom de Vries1-2/+26
2023-08-28[gdb/testsuite] Refactor gdb.cp/subtypes.expTom de Vries1-18/+22
2023-08-28[gdb/testsuite] Handle gdb.cp/*.exp with older compilerTom de Vries8-9/+65
2023-08-27MIPS: Use 64-bit a ABI by default for `mipsisa64*-*-linux*' targetsYunQiang Su5-16/+18
2023-08-27Gold/MIPS: Add mips64*/mips64*el triple supportYunQiang Su1-0/+16
2023-08-27Gold/MIPS: Add targ_extra_size=64 for mips32 triplesYunQiang Su1-0/+2
2023-08-27Gold/MIPS: Drop mips*le/mips*el* triple patternYunQiang Su1-1/+1
2023-08-27Gold/MIPS: Use EM_MIPS instead of EM_MIPS_RS3_LE for little endianYunQiang Su1-1/+1
2023-08-27Gold: Add targ_extra_little_endian to configure.acYunQiang Su3-1/+17
2023-08-28Automatic date update in version.inGDB Administrator1-1/+1
2023-08-27PE dos_messageAlan Modra7-35/+22
2023-08-27comdat_hash memory leaksAlan Modra2-17/+31
2023-08-27Confusion in coff_object_cleanupAlan Modra2-11/+10
2023-08-27sanity check n_numauxAlan Modra1-90/+70
2023-08-27Re: ld STRINGIFYAlan Modra1-1/+1
2023-08-27Automatic date update in version.inGDB Administrator1-1/+1
2023-08-26Simplify definition of GUILETom Tromey7-10/+10
2023-08-26Use get_frame_address_in_block in print_frameTom Tromey4-1/+105
2023-08-26opcodes i386 and ia64 gen file warningsAlan Modra2-3/+5
2023-08-26ld STRINGIFYAlan Modra13-83/+13
2023-08-26Automatic date update in version.inGDB Administrator1-1/+1
2023-08-26ld .deps/*.Pc filesAlan Modra3-646/+32
2023-08-25Fix gdb/coffread.c build on 32bit architecturesMark Wielaard1-1/+1
2023-08-25Verify COFF symbol stringtab offsetKeith Seitz1-2/+5
2023-08-25Update FreeBSD system calls for the upcoming 14.0-RELEASEJohn Baldwin1-1/+15
2023-08-25Fix for call feature having 9th function parameter and beyond corrupt values.Aditya Vidyadhar Kamath1-6/+18
2023-08-25Fix 64 bit red zone frame size in AIXAditya Vidyadhar Kamath1-1/+3
2023-08-25bfd: correct relocation handling for objcopy COFF -> ELFJan Beulich5-7/+17
2023-08-25gas/ELF: widen use of $dump_opts in testsuiteJan Beulich8-29/+11
2023-08-25gas/ELF: allow "inheriting" section attributes and typeJan Beulich5-3/+162