aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-10Remove FIXME from DAPTom Tromey1-1/+0
2024-05-10Pass stream to remote_console_outputTom Tromey1-8/+12
2024-05-10Add --section-ordering command line option to the bfd linker.Nick Clifton22-65/+462
2024-05-10Re: PR31692, objdump fails .debug_info size checkAlan Modra1-27/+31
2024-05-10gdb: add gdbarch_stack_grows_down functionAndrew Burgess3-6/+30
2024-05-10Add missing \n to the end of warning messages in dwarf.c.Nick Clifton1-14/+14
2024-05-10gdb sim testing, set gdb_protocol to "sim"Pedro Alves1-0/+4
2024-05-10[gdb/python] Make gdb.UnwindInfo.add_saved_register more robust (fixup)Tom de Vries1-9/+17
2024-05-10Automatic date update in version.inGDB Administrator1-1/+1
2024-05-09sim: riscv: Fix build issue due to recent binutils commitBernd Edlinger1-1/+2
2024-05-09Fix typo in gdb/README.Eli Zaretskii1-1/+1
2024-05-09gdb: convert address_in_mem_range to mem_range::containsAndrew Burgess4-12/+10
2024-05-09gdb: add a new build_id_equal functionAndrew Burgess3-6/+29
2024-05-08Fix hard-coded bash path in gprofngVladimir Mezentsev8-3/+55
2024-05-09Automatic date update in version.inGDB Administrator1-1/+1
2024-05-08gdb/doc: use silent-rules.mk in the MakefileAndrew Burgess2-85/+90