aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-01opcodes: LoongArch: add "ret" instruction to reduce typingWANG Xuerui5-0/+5
2022-08-01opcodes: LoongArch: make all non-native jumps desugar to canonical b{lt/ge}[u...WANG Xuerui3-43/+36
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra39-657/+426
2022-08-01LoongArch: Set defaults to exec stack 0.liuzhensong2-0/+2
2022-08-01libctf: Avoid use of uninitialised variablesAlan Modra1-6/+10
2022-08-01PR29348, BFD_VMA_FMT wrongAlan Modra6-63/+98
2022-08-01Automatic date update in version.inGDB Administrator1-1/+1
2022-07-31Automatic date update in version.inGDB Administrator1-1/+1
2022-07-30[gdb/testsuite] Fix gdb.ada/literals.exp with aarch64Tom de Vries2-3/+3
2022-07-29gdb/testsuite: add macros test for source files compiled in various waysSimon Marchi5-0/+617
2022-07-29gdb: remove code to prepend comp dir in buildsym_compunit::start_subfileSimon Marchi1-25/+7
2022-07-29gdb: add "id" fields to identify symtabs and subfilesSimon Marchi11-58/+148