summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ld/testsuite: disable ilp32 tests for aarch64-qnxClément Chigot2023-03-1639-0/+39
* ld/testsuite: add aarch64nto to ld-aarch64Clément Chigot2023-03-161-0/+3
* ld: add support of QNX stack arguments for aarch64ntoClément Chigot2023-03-166-1/+220
* readelf: add support for QNT_STACK note subsectionsClément Chigot2023-03-163-9/+84
* configure: add new target aarch64-*-nto*Clément Chigot2023-03-166-1/+51
* BPF relocations review / refactoringCupertino Miranda2023-03-167-300/+129
* Re: Add --enable-linker-verssionAlan Modra2023-03-1638-87/+70
* cpu/mem.opc whitespace tidyAlan Modra2023-03-163-83/+81
* PR30217, dynamic relocations using local dynamic symbolsAlan Modra2023-03-161-24/+39
* Re: Sanity check read_section_stabs_debugging_infoAlan Modra2023-03-161-1/+2
* Automatic date update in version.inGDB Administrator2023-03-161-1/+1
* Fix formatting in gdb/printing.pyTom Tromey2023-03-151-0/+3
* Enable vector register visibility in core for AIX.Aditya Vidyadhar Kamath2023-03-151-0/+36
* [gdb/testsuite] Fix re-used exec in gdb.arch/ftrace-insn-reloc.expTom de Vries2023-03-151-4/+2
* [gdb/testsuite] Fix gdb.arch/amd64-stap-special-operands.exp for remote hostTom de Vries2023-03-151-2/+3
* [gdb/testsuite] Fix gdb.arch/i386-pkru.exp for native-gdbserverTom de Vries2023-03-151-3/+12
* [gdb/testsuite] Unset DEBUGINFOD_URLS on remote hostTom de Vries2023-03-151-1/+19
* [gdb/testsuite] Fix gdb.arch/amd64*.exp with local-remote-host-native.expTom de Vries2023-03-155-14/+35
* Add --enable-linker-version option to bfd linker to add an entry in the .comm...Nick Clifton2023-03-1546-278/+243
* Fix an illegal memory access when disassembling a corrupt MeP file.Nick Clifton2023-03-154-0/+38
* Fix an illegal memory access when disassebling a corrupt ARM file.Nick Clifton2023-03-152-5/+17
* Automatic date update in version.inGDB Administrator2023-03-151-1/+1
* Implement DAP variables, scopes, and evaluate requestsTom Tromey2023-03-147-21/+459
* Hide the implementation of gdb_mpfTom Tromey2023-03-142-6/+13
* Rename gdb_mpq::val and make contents privateTom Tromey2023-03-142-43/+47
* Add operators and methods to gdb_mpqTom Tromey2023-03-144-37/+100
* Rename gdb_mpz::val and make contents privateTom Tromey2023-03-142-55/+61
* Add methods and operators to gdb_mpzTom Tromey2023-03-146-61/+140
* Clean up gmp-utils.h includesTom Tromey2023-03-143-2/+2
* Fix DAP frame bug with older versions of PythonTom Tromey2023-03-141-18/+15
* Prevent an over large memory allocation in readelf when parsing a corrupt DWA...Nick Clifton2023-03-142-0/+9
* [gdb/testsuite] Add gdb.testsuite/board-sanity.expTom de Vries2023-03-144-42/+124
* Adjust the decoded line output to fit into 80 columns.Nick Clifton2023-03-143-16/+21
* Fix assembler documentation regarding data directives.Nick Clifton2023-03-142-1/+31
* objdump segfault after symbol table errorAlan Modra2023-03-141-0/+2
* Sanity check read_section_stabs_debugging_infoAlan Modra2023-03-141-10/+9
* gas/read.c: init more staticsAlan Modra2023-03-141-62/+85
* gas .include and .incbinAlan Modra2023-03-145-105/+66
* gas/dwarf2dbg.c init more staticsAlan Modra2023-03-141-11/+17
* gas/ecoff.c: don't use zero struct copies to initAlan Modra2023-03-141-18/+9
* gas/compress-debug.c init all of strmAlan Modra2023-03-141-4/+2
* Automatic date update in version.inGDB Administrator2023-03-141-1/+1
* gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess2023-03-138-12/+66
* gdbarch: make invalid=True the default for all ComponentsAndrew Burgess2023-03-132-15/+18
* gdbarch: remove some unneeded predefault="0" from gdbarch_components.pyAndrew Burgess2023-03-132-26/+6
* gdbarch: improve generation of validation in gdbarch gettersAndrew Burgess2023-03-132-18/+16
* gdbarch: use predefault for more value components within gdbarchAndrew Burgess2023-03-132-24/+12
* gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess2023-03-134-25/+36
* gdb/gdbarch: split postdefault setup from invalid check in gdbarch.pyAndrew Burgess2023-03-132-38/+44
* gdb/gdbarch: remove yet more 'invalid=True' from gdbarch_components.pyAndrew Burgess2023-03-131-9/+0