aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-16Re: Add --enable-linker-version optionChristophe Lyon2-2/+2
2023-03-16gdb/doc: spring clean the Python unwinders documentationAndrew Burgess1-39/+43
2023-03-16ld/testsuite: disable ilp32 tests for aarch64-qnxClément Chigot39-0/+39
2023-03-16ld/testsuite: add aarch64nto to ld-aarch64Clément Chigot1-0/+3
2023-03-16ld: add support of QNX stack arguments for aarch64ntoClément Chigot6-1/+220
2023-03-16readelf: add support for QNT_STACK note subsectionsClément Chigot3-9/+84
2023-03-16configure: add new target aarch64-*-nto*Clément Chigot6-1/+51
2023-03-16BPF relocations review / refactoringCupertino Miranda7-300/+129
2023-03-16Re: Add --enable-linker-verssionAlan Modra38-87/+70
2023-03-16cpu/mem.opc whitespace tidyAlan Modra3-83/+81
2023-03-16PR30217, dynamic relocations using local dynamic symbolsAlan Modra1-24/+39
2023-03-16Re: Sanity check read_section_stabs_debugging_infoAlan Modra1-1/+2
2023-03-16Automatic date update in version.inGDB Administrator1-1/+1
2023-03-15Fix formatting in gdb/printing.pyTom Tromey1-0/+3
2023-03-15Enable vector register visibility in core for AIX.Aditya Vidyadhar Kamath1-0/+36
2023-03-15[gdb/testsuite] Fix re-used exec in gdb.arch/ftrace-insn-reloc.expTom de Vries1-4/+2
2023-03-15[gdb/testsuite] Fix gdb.arch/amd64-stap-special-operands.exp for remote hostTom de Vries1-2/+3
2023-03-15[gdb/testsuite] Fix gdb.arch/i386-pkru.exp for native-gdbserverTom de Vries1-3/+12
2023-03-15[gdb/testsuite] Unset DEBUGINFOD_URLS on remote hostTom de Vries1-1/+19
2023-03-15[gdb/testsuite] Fix gdb.arch/amd64*.exp with local-remote-host-native.expTom de Vries5-14/+35
2023-03-15Add --enable-linker-version option to bfd linker to add an entry in the .comm...Nick Clifton46-278/+243
2023-03-15Fix an illegal memory access when disassembling a corrupt MeP file.Nick Clifton4-0/+38
2023-03-15Fix an illegal memory access when disassebling a corrupt ARM file.Nick Clifton2-5/+17
2023-03-15Automatic date update in version.inGDB Administrator1-1/+1
2023-03-14Implement DAP variables, scopes, and evaluate requestsTom Tromey7-21/+459
2023-03-14Hide the implementation of gdb_mpfTom Tromey2-6/+13
2023-03-14Rename gdb_mpq::val and make contents privateTom Tromey2-43/+47
2023-03-14Add operators and methods to gdb_mpqTom Tromey4-37/+100
2023-03-14Rename gdb_mpz::val and make contents privateTom Tromey2-55/+61
2023-03-14Add methods and operators to gdb_mpzTom Tromey6-61/+140
2023-03-14Clean up gmp-utils.h includesTom Tromey3-2/+2
2023-03-14Fix DAP frame bug with older versions of PythonTom Tromey1-18/+15
2023-03-14Prevent an over large memory allocation in readelf when parsing a corrupt DWA...Nick Clifton2-0/+9
2023-03-14[gdb/testsuite] Add gdb.testsuite/board-sanity.expTom de Vries4-42/+124
2023-03-14Adjust the decoded line output to fit into 80 columns.Nick Clifton3-16/+21
2023-03-14Fix assembler documentation regarding data directives.Nick Clifton2-1/+31
2023-03-14objdump segfault after symbol table errorAlan Modra1-0/+2
2023-03-14Sanity check read_section_stabs_debugging_infoAlan Modra1-10/+9
2023-03-14gas/read.c: init more staticsAlan Modra1-62/+85
2023-03-14gas .include and .incbinAlan Modra5-105/+66
2023-03-14gas/dwarf2dbg.c init more staticsAlan Modra1-11/+17
2023-03-14gas/ecoff.c: don't use zero struct copies to initAlan Modra1-18/+9
2023-03-14gas/compress-debug.c init all of strmAlan Modra1-4/+2
2023-03-14Automatic date update in version.inGDB Administrator1-1/+1
2023-03-13gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess8-12/+66
2023-03-13gdbarch: make invalid=True the default for all ComponentsAndrew Burgess2-15/+18
2023-03-13gdbarch: remove some unneeded predefault="0" from gdbarch_components.pyAndrew Burgess2-26/+6
2023-03-13gdbarch: improve generation of validation in gdbarch gettersAndrew Burgess2-18/+16
2023-03-13gdbarch: use predefault for more value components within gdbarchAndrew Burgess2-24/+12
2023-03-13gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess4-25/+36