aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-13gdb/gdbarch: split postdefault setup from invalid check in gdbarch.pyAndrew Burgess2-38/+44
2023-03-13gdb/gdbarch: remove yet more 'invalid=True' from gdbarch_components.pyAndrew Burgess1-9/+0
2023-03-13gdb/gdbarch: remove unused 'invalid=True' from gdbarch_components.pyAndrew Burgess1-64/+0
2023-03-13Fix crash in inside_main_funcTom Tromey3-0/+73
2023-03-13[gdb/testsuite] Fix gdb.python/tui-window-factory.exp for remote hostTom de Vries1-1/+4
2023-03-13[gdb/testsuite] Fix gdb.python/tui-window.exp for remote hostTom de Vries1-0/+1
2023-03-13[gdb/testsuite] Fix gdb.tui/completion.exp for local-remote-host-nottyTom de Vries1-5/+8
2023-03-13[gdb/testsuite] Fix gdb.tui/tui-layout.exp for remote hostTom de Vries1-0/+4
2023-03-13[gdb/testsuite] Fix gdb.tui/tui-nl-filtered-output.exp for remote hostTom de Vries1-1/+4
2023-03-13[gdb/testsuite] Require ![is_remote host] for TUITom de Vries1-0/+8