aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-05[gdbsupport] Add task size parameter in parallel_for_eachTom de Vries2-22/+119
2022-08-05Introduce gdb::make_function_viewPedro Alves2-1/+208
2022-08-05Update following 2.39 releaseNick Clifton1-17/+28
2022-08-05asan: ppc64_elf_get_synthetic_symtab heap buffer overflowAlan Modra5-19/+14
2022-08-05Sanity check loc_offsets indexAlan Modra1-10/+20
2022-08-05binutils/Dwarf: avoid "shadowing" of glibc function nameJan Beulich1-13/+13
2022-08-05gas: fix a testcase broken by new ZSTD supportTsukasa OI2-3/+2
2022-08-05When gas/read.c calls mbstowcs with a NULL destination, it should set size to 0Nick Clifton2-1/+10
2022-08-05[gdb] Add debug_{exp,val}Tom de Vries3-0/+31
2022-08-04Add gold support for --package-metadata option.Luca Boccassi13-26/+430
2022-08-04Recognize the new ELF compression type for ZSTD.Cary Coutant1-0/+2
2022-08-05Automatic date update in version.inGDB Administrator1-1/+1
2022-08-04Use registry in gdbarchTom Tromey41-836/+532
2022-08-04Allow registry to refer to const typesTom Tromey1-1/+1
2022-08-04Use new and delete for gdbarchTom Tromey3-240/+222
2022-08-04Use bool in gdbarchTom Tromey3-3/+3
2022-08-04[gdb/testsuite] Fix .debug_aranges in gdb.dwarf2/fission-loclists.STom de Vries1-14/+0
2022-08-04[gdb/testsuite] Fix ERROR in gdb.base/watchpoint-unaligned.expTom de Vries1-3/+5
2022-08-04[gdb/tdep] Fix gdb.base/large-frame.exp for aarch64Tom de Vries1-1/+21
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra20-167/+149
2022-08-04Re: Get rid of fprintf_vma and sprintf_vmaAlan Modra6-120/+62
2022-08-04MIPS: Use R_MIPS_REL16 for BFD_RELOC_16Alan Modra2-0/+2
2022-08-04Automatic date update in version.inGDB Administrator1-1/+1
2022-08-03elf: Reset alignment for each PT_LOAD segmentH.J. Lu3-3/+21
2022-08-03Use unique_ptr to destroy per-bfd objectTom Tromey2-17/+14
2022-08-03Use auto_obstack in objfileTom Tromey2-8/+1
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey40-241/+256
2022-08-03gprofng: fix bug 29410 - Argument " 0." isn't numeric in numeric gt (>)Ruud van der Pas1-0/+6
2022-08-03Fix a conflict between the linker's need to rename some PE format input libra...Alan Modra10-48/+107
2022-08-03gdb/amd64: clean up unused variableEnze Li1-4/+0
2022-08-03gdb: Fix regression in varobj recreationLancelot SIX1-2/+7
2022-08-03Re: PE objdump -xAlan Modra1-14/+15
2022-08-03x86: improve/shorten vector zeroing-idiom optimization conditionalJan Beulich1-12/+7
2022-08-03x86: properly mark i386-only insnsJan Beulich2-30/+30
2022-08-03x86: also use D for MOVBEJan Beulich4-26/+10
2022-08-03Automatic date update in version.inGDB Administrator1-1/+1
2022-08-02Add ELFCOMPRESS_ZSTD.Cary Coutant1-0/+2
2022-08-02fbsd-nat: Correct the return type of the have_regset method.John Baldwin2-2/+2
2022-08-02ELF: emit symbol table when there are relocationsJan Beulich1-2/+4
2022-08-02ld: aarch64: Adjust TLS relaxation conditionMatthew Malcomson29-110/+269
2022-08-02ld: aarch64: Update test linker scripts relocs.ld and relocs-ilp32.ldMatthew Malcomson2-0/+8
2022-08-02arm: Add cfi expression support for ra_auth_codeVictor Do Nascimento3-0/+57
2022-08-02arm: Use DWARF numbering convention for pseudo-register representationVictor Do Nascimento3-70/+95
2022-08-02PE objdump -xAlan Modra1-17/+5
2022-08-02x86: XOP shift insns don't really allow B suffixJan Beulich2-20/+20
2022-08-02Automatic date update in version.inGDB Administrator1-1/+1
2022-08-01ld: Support the -exclude-symbols option via COFF def files, with the EXCLUDE_...Martin Storsjö8-0/+53
2022-08-01ld: Add support for a new option, -exclude-symbols, in COFF object file direc...Martin Storsjö8-2/+117
2022-08-01[gdb/symtab] Fix .debug_aranges duplicate offset warningTom de Vries3-7/+124
2022-08-01x86: SKINIT with operand needs IgnoreSizeJan Beulich5-2/+47