aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-06bfd: Avoid signed overflow for new_size adjustmentH.J. Lu1-1/+1
2022-12-06Cosmetic fix in ppc-sysv-tdep.cTom Tromey1-3/+4
2022-12-06Fix operator precedence bug in Rust parserTom Tromey2-1/+5
2022-12-06Fix a dereference of NULL when scanning the symbol hashes array in the ARM li...Nick Clifton2-0/+12
2022-12-06[gdb/testsuite] Fix test names in gdb.base/longjmp.expTom de Vries1-48/+63
2022-12-06[gdb/testsuite] Make gdb.base/longjmp.exp FAIL more stable across archsTom de Vries1-4/+4
2022-12-06gdb/riscv: correct dwarf to gdb register number mappingXiao Zeng1-2/+2
2022-12-06x86: Remove unnecessary vex.w check for xh_mode in disassemblerHaochen Jiang1-17/+12
2022-12-06Get rid of SEC_ELF_COMPRESSAlan Modra5-91/+61
2022-12-06Get rid of SEC_ELF_RENAMEAlan Modra5-102/+85
2022-12-06Compression header enumAlan Modra5-392/+384
2022-12-06LoongArch: Fix dynamic reloc not generated bug in some cases.mengqinggang1-1/+1
2022-12-06PR29855, ch_type in bfd_init_section_decompress_status can be uninitializedAlan Modra1-0/+1
2022-12-06Automatic date update in version.inGDB Administrator1-1/+1
2022-12-05gdb/linux-nat: add ptid parameter to linux_xfer_siginfoSimon Marchi1-4/+4
2022-12-05gdb/linux-nat: use l linux_nat_get_siginfo in linux_xfer_siginfoSimon Marchi1-4/+2
2022-12-05gdb/linux-nat: check ptrace return value in linux_nat_get_siginfoSimon Marchi1-5/+1
2022-12-05gdb/linux-nat: don't memset siginfo on failure in linux_nat_get_siginfoSimon Marchi1-6/+2
2022-12-05gdb/linux-nat: bool-ify linux_nat_get_siginfoSimon Marchi2-5/+5
2022-12-05gdb/linux-nat: use get_ptrace_pid in two spotsSimon Marchi1-10/+2
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi185-200/+4
2022-12-05Add missing newline to gdbarch_tdep debugging outputLuis Machado1-1/+1
2022-12-05Prevent an illegal memory access when comparing the prefix of a section name ...Nick Clifton2-5/+27
2022-12-05testsuite: support mold linkerMartin Liska4-8/+6
2022-12-05gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann2-210/+217
2022-12-05gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann2-560/+556
2022-12-05gdb: Update my email address in MAINTAINERSThiago Jung Bauermann1-1/+1
2022-12-05gas: add Dwarf line number test for .macro expansionsJan Beulich3-0/+56
2022-12-05gas: squash (some) .linefile from listingsJan Beulich1-1/+4
2022-12-05gas: avoid inserting extra newline in buffer_and_nest()Jan Beulich1-3/+3
2022-12-05Arm: .noinit and .persistent are not supported for Linux targetsJan Beulich1-2/+2
2022-12-05Fix an illegal memory access when parsing a corrupt VMS Alpha file.Nick Clifton2-1/+7
2022-12-05libopcodes/mips: add support for disassembler stylingAndrew Burgess2-109/+201
2022-12-05opcodes/mips: use .word/.short for undefined instructionsAndrew Burgess24-551/+554
2022-12-05Re: Renaming .debug to .zdebug and vice versaAlan Modra2-4/+4
2022-12-05Automatic date update in version.inGDB Administrator1-1/+1
2022-12-04PR29846, segmentation fault in objdump.c compare_symbolsAlan Modra1-13/+10
2022-12-04COFF compressed debug supportAlan Modra1-8/+8
2022-12-04Renaming .debug to .zdebug and vice versaAlan Modra4-47/+64
2022-12-04Automatic date update in version.inGDB Administrator1-1/+1
2022-12-03Revert "ld: Add .note.GNU-stack to ld-plugin/dummy.s"H.J. Lu1-1/+1
2022-12-03ld: Add .note.GNU-stack to ld-plugin/dummy.sH.J. Lu1-1/+1
2022-12-03x86: Allow 16-bit register source for LAR and LSLH.J. Lu13-26/+176
2022-12-03Automatic date update in version.inGDB Administrator1-1/+1
2022-12-02gdb/linux-nat: add pid parameter to linux_proc_xfer_memory_partialSimon Marchi1-9/+9
2022-12-02gdb: add some debug statements to solib-svr4.cSimon Marchi1-1/+13
2022-12-02gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi6-124/+68
2022-12-02Add Jan Beulich as an x86_64 maintainer.Nick Clifton1-0/+1
2022-12-02x86: drop most OPERAND_TYPE_* (and rework the rest)Jan Beulich3-334/+81
2022-12-02x86: simplify and slightly correct XCHG vs NOP checkingJan Beulich1-5/+3