aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Add overload of fits_in_typeTom Tromey2-0/+28
2023-04-17Add 128-bit integer support to the Rust parserTom Tromey4-17/+33
2023-04-17Convert long_const_operation to use gdb_mpzTom Tromey4-7/+33
2023-04-17Additions to gdb_mpzTom Tromey2-6/+52
2023-04-17Make the .rsrc section read only.Nick Clifton4-2/+14
2023-04-17[gdb/symtab] Handle empty file name in .debug_line sectionTom de Vries2-0/+70
2023-04-17Add support for the .gnu.sgstubs section to the linker for ARM/ELF based targ...Nick Clifton2-0/+8
2023-04-17Automatic date update in version.inGDB Administrator1-1/+1
2023-04-16Automatic date update in version.inGDB Administrator1-1/+1
2023-04-15Automatic date update in version.inGDB Administrator1-1/+1
2023-04-14gdb/testsuite: accept script argument for mi_make_breakpoint_pendingAndrew Burgess3-5/+21
2023-04-14gdb/testsuite: avoid {"} pattern in lib/mi-support.expAndrew Burgess1-1/+1
2023-04-14pauth: Create new feature string for pauth to prevent crashing older gdb'sLuis Machado3-1/+41
2023-04-14debug registers: Add missing debug version entry for FEAT_Debugv8p8Luis Machado2-0/+3
2023-04-14gdb/testsuite: Skip dump ihex for 64-bit address in gdb.base/dump.expHui Li1-8/+14
2023-04-14[gdb/testsuite] Add regression test for PR30325Tom de Vries2-3/+17
2023-04-14Automatic date update in version.inGDB Administrator1-1/+1
2023-04-13Avoid double-free with debuginfodTom Tromey3-9/+32
2023-04-13arc: Update ARC specific linker tests.Claudiu Zissulescu5-5/+12
2023-04-13arc: Update ARC's CFI tests.Claudiu Zissulescu3-11/+16
2023-04-13arc: Update GAS testClaudiu Zissulescu3-8/+5
2023-04-13Preserve a few more bfd fields in check_format_matchesAlan Modra1-2/+14
2023-04-13Re: pe_ILF_object_p and bfd_check_format_matchesAlan Modra1-15/+29
2023-04-13Automatic date update in version.inGDB Administrator1-1/+1
2023-04-13[gdb/tui] Revert workaround in tui_source_window::show_line_numberTom de Vries1-4/+2
2023-04-13[gdb/tui] Fix left margin in disassembly windowTom de Vries2-4/+5
2023-04-13[gdb/tui] Add maint set/show tui-left-margin-verboseTom de Vries5-2/+40
2023-04-12Use SELF_CHECK in all unit testsTom Tromey2-40/+40
2023-04-12arc: remove faulty instructionsClaudiu Zissulescu2-720/+6
2023-04-12Use 'require' with gnatmake_version_at_leastTom Tromey2-6/+2
2023-04-12MIPS: make mipsisa32 and mipsisa64 link more systematicYunQiang Su1-8/+26
2023-04-12Fix typos in the linker's documentation of the --enable-non-contiguous-region...Nick Clifton2-3/+8
2023-04-12PR30326, uninitialised value in objdump compare_relocsAlan Modra5-11/+14
2023-04-12ubsan: dwarf2.c:2232:7: runtime error: index 16 out of boundsAlan Modra1-5/+5
2023-04-12Fail of x86_64 AMX-COMPLEX insns (Intel disassembly)Alan Modra1-0/+1
2023-04-12pe_ILF_object_p and bfd_check_format_matchesAlan Modra5-21/+37
2023-04-12Comment typo fixAlan Modra1-1/+1
2023-04-12Automatic date update in version.inGDB Administrator1-1/+1
2023-04-11bfd: optimize bfd_elf_hashNathan Sidwell1-20/+11
2023-04-11gdb, doc: correct argument description for info connections/inferiorsNils-Christian Kempke1-6/+13
2023-04-11Replace an assertion in the dwarf code with a warning message.Nick Clifton2-2/+12
2023-04-11Fix an illegal memorty access when running gprof over corrupt data.Nick Clifton2-1/+7
2023-04-11Fix an attempt to allocate an excessive amount of memory when parsing a corru...Nick Clifton2-0/+17
2023-04-11Fix a potential illegal memory access when displaying corrupt DWARF information.Nick Clifton2-10/+18
2023-04-11Fix an attempt to allocate an overlarge amount of memory when decoding a corr...Nick Clifton2-6/+27
2023-04-11Fix illegal memory access when disassembling corrupt NFP binaries.Nick Clifton2-1/+9
2023-04-11gdb: fix indentation within print_one_breakpoint_locationAndrew Burgess1-9/+9
2023-04-11gdb/testsuite: fix typo gdb_name_name -> gdb_test_nameAndrew Burgess1-1/+1
2023-04-11gdb: warn when converting h/w watchpoints to s/wAndrew Burgess4-14/+135
2023-04-11gdb/riscv: Support c.li in prologue unwinderAndrew Burgess4-2/+124