aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-16arm: remove incorrect handling of FP bignums in move_or_literal_poolRichard Earnshaw1-6/+24
2024-05-16[gdb/testsuite] Generate DW_MACRO_define_strp in dwarf assemblyTom de Vries2-1/+29
2024-05-16Fix FAIL: macros altmacroAlan Modra1-5/+5
2024-05-16Automatic date update in version.inGDB Administrator1-1/+1
2024-05-15gas: Fix \+ expansion for .irp and .irpcFangrui Song3-1/+10
2024-05-15aarch64: Add sysreg features to +d128 dependenciesAndrew Carlotti1-2/+5
2024-05-15aarch64: Add simd dependency to +sha2Andrew Carlotti1-1/+1
2024-05-15aarch64: testsuite: share test utils macros and use themMatthieu Longo23-519/+576
2024-05-15aarch64: testsuite: reorder write and read to match macro orderMatthieu Longo11-292/+286
2024-05-15aarch64: testsuite: use same regs for read and write testsMatthieu Longo8-377/+377
2024-05-15aarch64: testsuite: replace instruction addresses by regexMatthieu Longo1-28/+28
2024-05-15[binutils/readelf] Fix handling of DW_MACRO_define_strx in dwo fileTom de Vries3-5/+27
2024-05-15[binutils/readelf] Fix printing of dwarf4 .debug_str_offsets.dwoTom de Vries4-0/+22
2024-05-15Automatic date update in version.inGDB Administrator1-1/+1
2024-05-15RISC-V: Search for mapping symbols from the last one foundJoseph Faulls1-8/+4
2024-05-14Add spaceship operator to cp-name-parser.yTom Tromey1-1/+18
2024-05-14Allow function types as template parameters in name canonicalizerTom Tromey2-7/+4
2024-05-14Implement C++14 numeric separatorsTom Tromey3-10/+53
2024-05-14Fix C++ canonicalization of hex literalsTom Tromey1-5/+56
2024-05-14Remove some unnecessary allocations from cpname_state::parse_numberTom Tromey1-13/+12
2024-05-14Fix C++ name canonicalizations of character literalsTom Tromey1-6/+43
2024-05-14Change storage of demangle_componentTom Tromey3-81/+14
2024-05-14Clean up demangle_parse_infoTom Tromey2-16/+4
2024-05-14Allow initialization functions in .y filesTom Tromey1-1/+3
2024-05-14Remove test code from cp-name-parser.yTom Tromey3-153/+1
2024-05-14Disallow trailing whitespace in docstringsTom Tromey8-15/+30
2024-05-14Remove fflush call from tui_refresh_cmd_winTom Tromey1-5/+0
2024-05-14gdb/doc: don't delete *.pod files too earlyAndrew Burgess1-4/+2
2024-05-14gdb/testsuite: remove unnecessary -Wl,-soname,NAME build flagsAndrew Burgess4-14/+8
2024-05-14Improve objdump -p output of PE Import and Export TablesPali Roh?r5-35/+50
2024-05-14Adjust C++ destructor type testsJason Merrill1-3/+3
2024-05-14Fix gas's 'macro count' test for various targetsNick Clifton2-10/+15
2024-05-14Fix Segmentation Fault in AIX during multi process debugging.Aditya Vidyadhar Kamath1-1/+2
2024-05-14arm: update documentation for removal of the Maverick extensionRichard Earnshaw2-7/+8
2024-05-14arm: remove Maverick support from BFD.Richard Earnshaw3-75/+23
2024-05-14arm: opcodes: remove Maverick disassembly.Richard Earnshaw4-191/+12
2024-05-14arm: binutils: drop Maverick support.Richard Earnshaw1-4/+0
2024-05-14arm: remove Maverick support from the assembler.Richard Earnshaw1-179/+4
2024-05-14arm: remove tests for Maverick FPU extensionsRichard Earnshaw12-2010/+0
2024-05-14Automatic date update in version.inGDB Administrator1-1/+1
2024-05-13Add new assembler macro pseudo-variable \+ which counts the number of times a...Nick Clifton10-14/+77
2024-05-13Automatic date update in version.inGDB Administrator1-1/+1
2024-05-12Automatic date update in version.inGDB Administrator1-1/+1
2024-05-11[gdb/testsuite] Fix Wreturn-mismatch in gdb.base/list-dot-nodebug.expTom de Vries1-1/+1
2024-05-11Automatic date update in version.inGDB Administrator1-1/+1
2024-05-10Change gdbarch_inner_than to return boolTom Tromey7-13/+13
2024-05-10Remove tui_refresh_allTom Tromey3-14/+5
2024-05-10Add symbol, line, and location to DAP disassemble resultTom Tromey3-7/+209
2024-05-10Implement tp_richcompare for gdb.BlockTom Tromey1-1/+23
2024-05-10Simplify DAP make_source callersTom Tromey3-7/+8