aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-22RISC-V: Add T-Head MAC vendor extensionChristoph Müllner7-0/+61
2022-09-22RISC-V: Add T-Head CondMov vendor extensionChristoph Müllner7-0/+37
2022-09-22RISC-V: Add T-Head Bitmanip vendor extensionChristoph Müllner20-0/+215
2022-09-22RISC-V: Add support for arbitrary immediate encoding formatsChristoph Müllner3-0/+125
2022-09-22RISC-V: Add T-Head SYNC vendor extensionChristoph Müllner10-0/+70
2022-09-22RISC-V: Add T-Head CMO vendor extensionChristoph Müllner10-0/+199
2022-09-22RISC-V: Add generic support for vendor extensionsChristoph Müllner2-2/+21
2022-09-22[gdb/symtab] Add all_comp_units/all_type_units views on all_unitsTom de Vries3-11/+32
2022-09-22[gdb/symtab] Rename all_comp_units to all_unitsTom de Vries3-87/+87
2022-09-22opcodes: SH fix bank register disassemble.Yoshinori Sato2-0/+7
2022-09-22include: Add macro to ignore -Wunused-but-set-variableTsukasa OI1-0/+14
2022-09-22include: Add macro to ignore -Wuser-defined-warningsTsukasa OI1-0/+9
2022-09-22gdb/python: restrict the names accepted by gdb.register_window_typeAndrew Burgess4-1/+105
2022-09-22gdb/testsuite: Add test to step through function epilogueBruno Larsen2-0/+136
2022-09-22gdb.base/skip.exp: Use finish to exit functionsBruno Larsen1-17/+17
2022-09-22fix gdb.base/jit-elf.exp when testing with clangBruno Larsen1-1/+1
2022-09-22gdb/testsuite: fix gdb.base/msym-bp-shl when running with ClangBruno Larsen1-1/+1
2022-09-22gdb/testsuite: fix testing gdb.base/skip-inline.exp with clangBruno Larsen1-45/+62
2022-09-22Change gdb.base/skip-solib.exp deal with lack of epilogue informationBruno Larsen2-2/+4
2022-09-22gdb/testsuite: Add a proc to test where compiler links the epilogueBruno Larsen1-0/+32
2022-09-22ld/testsuite: allow to force another directory for gcc linkerClément Chigot1-8/+15
2022-09-22ld/testsuite: skip bootstrap.exp when OFILES are missingClément Chigot1-0/+6
2022-09-22RISC-V: Remove "b" operand type from disassemblerTsukasa OI1-1/+0
2022-09-22RISC-V: Add macro-only operands to validate_riscv_insnTsukasa OI1-0/+3
2022-09-21gprofng: fix -Wduplicated-cond warningVladimir Mezentsev1-1/+1
2022-09-22Automatic date update in version.inGDB Administrator1-1/+1
2022-09-22bfd BLD-POTFILES.in dependenciesAlan Modra2-4/+4
2022-09-21gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi4-108/+61
2022-09-21gdbsupport: convert FILEIO_* macros to an enumSimon Marchi12-132/+142
2022-09-21gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi7-150/+114
2022-09-21gdbsupport: change path_join parameter to array_view<const char *>Simon Marchi3-10/+10
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi150-1323/+1320
2022-09-21gdb: add type::length / type::set_lengthSimon Marchi14-116/+119
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi97-687/+683
2022-09-21gdb: add type::target_type / type::set_target_typeSimon Marchi10-61/+70
2022-09-21RISC-V: Fix riscv_set_tso declarationTsukasa OI1-1/+1
2022-09-21PR29566, objdump -p considers an empty .gnu.version_r invalidAlan Modra1-5/+6
2022-09-21RISC-V: Set EF_RISCV_TSO also on .option archTsukasa OI1-0/+3
2022-09-21PR29573, addr2line doesn't display file/line for local symbolsAlan Modra1-18/+16
2022-09-21dwarf2.c: simplify best_fit_len testsAlan Modra1-32/+22
2022-09-21dwarf2.c: mangle_styleAlan Modra1-11/+33
2022-09-21dwarf2.c remove varinfo and funcinfo sec fieldAlan Modra1-19/+3
2022-09-21configure: Pass CPPFLAGS_FOR_BUILD to subdirsTsukasa OI2-0/+5
2022-09-21RISC-V: Implement Ztso extensionShihua6-0/+29
2022-09-21RISC-V: Always generate R_RISCV_CALL_PLT reloc for call in assembler.Nelson Chu4-36/+32
2022-09-21Automatic date update in version.inGDB Administrator1-1/+1
2022-09-21Re: PowerPC64 pcrel got relocs against local symbolsAlan Modra1-6/+52
2022-09-21looping in alpha_vms_slurp_relocsAlan Modra1-24/+33
2022-09-21ppc/svp64: test setvl ms operandDmitry Selyutin2-0/+2
2022-09-20Make stdin_event_handler staticTom Tromey2-2/+1