aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-19Re: elf: Strip unreferenced weak undefined symbolsAlan Modra1-2/+3
2024-04-18elf: Strip unreferenced weak undefined symbolsH.J. Lu11-28/+134
2024-04-19memory leak in bfd/dwarf2.cAlan Modra1-0/+2
2024-04-19mmix disassemble memory leakAlan Modra1-0/+1
2024-04-19Automatic date update in version.inGDB Administrator1-1/+1
2024-04-18[gdb/testsuite] Use find_gnatmake instead of gdb_find_gnatmakeTom de Vries2-1/+16
2024-04-18[gdb/testsuite] Use allocator_may_return_null=1 in two test-casesTom de Vries3-6/+33
2024-04-18gdbsupport: constify some return values in print-utils.{h,cc}Simon Marchi6-22/+22
2024-04-18HPPA64 linker: Do not force the generation of DT_FLAGS for Linux targets.Nick Clifton1-4/+12
2024-04-18Add DW_TAG_compile_unit DIE to Dummy CUsWill Hawkins1-0/+1
2024-04-18Re: Fix address violations when reading corrupt VMS recordsAlan Modra1-9/+15
2024-04-18alpha_vms_get_section_contents vs. fuzzed filesAlan Modra1-24/+26
2024-04-18Tidy objdump opb expressionsAlan Modra1-5/+5
2024-04-18Automatic date update in version.inGDB Administrator1-1/+1
2024-04-17Remove a copy from c-exp.y:parse_numberTom Tromey1-18/+13
2024-04-17gdb/Windows: Fix detach while runningPedro Alves3-8/+267
2024-04-17gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallbackPedro Alves3-95/+8
2024-04-17Use section name in DWARF error messageTom Tromey1-2/+3
2024-04-17gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extensionSimon Marchi4-0/+4
2024-04-17Fix include guard typoMatt Wozniski1-1/+1
2024-04-17gdb/record: minor clean, remove some unneeded argumentsAndrew Burgess3-6/+37
2024-04-17gdb/record: add an assert in cmd_record_startAndrew Burgess1-1/+6
2024-04-17gdb/record: remove unnecessary use of filename_completerAndrew Burgess1-2/+0
2024-04-17[gdb/testsuite] Require DW_LNE_end_sequenceTom de Vries4-0/+43
2024-04-17[gdb/testsuite] Fix end_sequence addressesTom de Vries10-11/+16
2024-04-17[gdb/testsuite] Require address update for DW_LNS_copyTom de Vries7-0/+16
2024-04-17[gdb/testsuite] Require address update for DW_LNE_end_sequenceTom de Vries11-27/+32
2024-04-17Fix max-depth test case for AIX.Aditya Vidyadhar Kamath1-0/+9
2024-04-17aarch64: Remove asserts from operand qualifier decoders [PR31595]Victor Do Nascimento4-18/+87
2024-04-17[gdb/testsuite] Fix gdbserver pid in gdb.server/server-kill-python.expTom de Vries1-16/+21
2024-04-17[gdb/testsuite] Simplify gdb.server/server-kill-python.expTom de Vries1-3/+5
2024-04-17Add W table for USER_MSR under MAP4.Hu, Lin14-3/+13
2024-04-16elf: Skip the archive if the symbol isn't referencedH.J. Lu5-3/+54
2024-04-17Automatic date update in version.inGDB Administrator1-1/+1
2024-04-17ARC e_flags vs. objcopyAlan Modra1-6/+6
2024-04-17libctf warningsAlan Modra5-7/+11
2024-04-16Avoid cache race in bfd_check_format_matchesTom Tromey5-5/+109
2024-04-16Thread-safety improvements for bfd_check_format_matchesTom Tromey4-121/+183
2024-04-16[gdb/testsuite] Add gdb.dwarf2/backward-spec-inter-cu.expTom de Vries1-0/+103
2024-04-16[gdb/testsuite] Add gdb.dwarf2/forward-spec-inter-cu.expTom de Vries1-0/+103
2024-04-16Correctly handle DIE parent computationsTom Tromey4-50/+80
2024-04-16Introduce class parent_map for DIE range mapTom Tromey3-31/+154
2024-04-16Add move operators for addrmapTom Tromey2-6/+25
2024-04-16Change handling of DW_TAG_enumeration_type in DWARF scannerTom Tromey1-9/+7
2024-04-16[gdb/symtab] Refactor condition in scan_attributesTom de Vries1-8/+10
2024-04-16Fix test for sections with different VMA<->LMA relationships so that it only ...Nick Clifton1-6/+13
2024-04-16gdb/make-target-delegates.py: don't handle "void" in parse_argtypesSimon Marchi1-1/+2
2024-04-16Remove excess whitespace from doc strings of some commandsEli Zaretskii4-10/+10
2024-04-16Remove accidental commit of an experimental changeNick Clifton1-2/+0
2024-04-16[gdb/python] Throw MemoryError in inferior.read_memory if malloc failsTom de Vries4-3/+28