aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-22Use std::string for disassembler optionsTom Tromey11-35/+30
2024-03-22Remove some unnecessary castsTom Tromey1-6/+6
2024-03-22Constify get_disassembler_optionsTom Tromey3-3/+3
2024-03-22Revert "Pass GUILE down to subdirectories"Tom Tromey3-12/+4
2024-03-22gdb: LoongArch: Clean up loongarch_iterate_over_regset_sections()Tiezhu Yang1-5/+6
2024-03-22Teach GDB to generate sparse core files (PR corefiles/31494)Pedro Alves4-108/+323
2024-03-22x86: fix Solaris testsuite failuresJan Beulich2-7/+4
2024-03-22Automatic date update in version.inGDB Administrator1-1/+1
2024-03-21gdbserver: Clear X86_XSTATE_MPX bits in xcr0 on x32H.J. Lu1-0/+4
2024-03-21Implement Ada 2022 delta aggregatesTom Tromey8-5/+197
2024-03-21Require trivial destructor in allocate_on_obstackTom Tromey7-8/+12
2024-03-21Don't use virtual destructor in addrmapTom Tromey1-2/+3
2024-03-21Use addrmap_fixed in a few spotsTom Tromey3-7/+7
2024-03-21sim/erc32: Rename EVENT_MAX -> MAX_EVENTSOrgad Shaneh2-4/+4
2024-03-21gdb: syscalls: Add some tips for LoongArch xml filesTiezhu Yang2-2/+45
2024-03-21gdb: LoongArch: Silence warning about core file of lsx and lasxHui Li1-2/+4
2024-03-21New Romanian translation for gas sub-directoryNick Clifton1-0/+23890
2024-03-21Automatic date update in version.inGDB Administrator1-1/+1
2024-03-20.pre-commit-config.yaml: bump black hook to 24.3.0Simon Marchi2-1/+5
2024-03-20[gdb/testsuite] Fix gdb.server/server-connect.exp for missing ipv6Tom de Vries2-0/+6
2024-03-20[gdb/testsuite] Handle core without build-id in gdb.base/corefile-buildid.expTom de Vries1-1/+13
2024-03-20[gdb/testsuite] Add PR gdb/26967 KFAIL in two more test-casesTom de Vries4-14/+62
2024-03-20Fix casting in-memory values of primitive types to const referenceHannes Domani4-1/+12
2024-03-20Fix reinterpret_cast for classes with multiple inheritanceHannes Domani3-2/+27
2024-03-20Add .pre-commit-config.yamlSimon Marchi2-0/+12
2024-03-20Fix comparison of array typesHannes Domani2-0/+14
2024-03-20gdb: LoongArch: Set the correct XML syscall filenameTiezhu Yang2-0/+8
2024-03-20gdb: syscalls: Add loongarch case in update-linux-from-src.shTiezhu Yang1-0/+4
2024-03-20gdb: syscalls: Generate loongarch-linux.xmlTiezhu Yang1-0/+327
2024-03-20gdb: syscalls: Add loongarch-linux.xml.inTiezhu Yang1-0/+331
2024-03-20gdb: syscalls: Update .xml files for some archsTiezhu Yang11-0/+123
2024-03-20gdb: syscalls: Update .xml.in files for some archsTiezhu Yang11-0/+123
2024-03-20gdb: syscalls: Update linux-defaults.xml.inTiezhu Yang1-0/+3
2024-03-20[gdb/symtab] Workaround PR gas/31115Tom de Vries3-0/+24
2024-03-20Automatic date update in version.inGDB Administrator1-1/+1
2024-03-19Speed up lookup of "type_specific_data"Tom Tromey13-20/+200
2024-03-19Fix two serious flake8 reportsTom Tromey1-15/+10
2024-03-19gdb/python: test exception case for gdb.solib_nameAndrew Burgess1-0/+15
2024-03-19gas, aarch64: Add faminmax extensionSaurabh Jha28-2486/+3747
2024-03-19Remove redunant test of ELF size in core note decoder.Nick Clifton1-7/+0
2024-03-19gdbsupport: rename include guard in gdb-checked-static-cast.hAndrew Burgess1-3/+3
2024-03-19gdb: use static_cast in gdb::checked_static_castAndrew Burgess1-8/+4
2024-03-19Fix seg-fault in the DWARF reader code when accessing an abbreviatuin table w...Nick Clifton1-8/+17
2024-03-19ld: Support LD_UNDER_TEST environment variableH.J. Lu1-4/+26
2024-03-19Fix free of unallocated memory in the BFD library's compression code.Nick Clifton1-0/+4
2024-03-19Fix typo in previous patch to ld.texiNick Clifton1-1/+1
2024-03-19gdb/python: Fix segfault when iterating over empty linetableToby Lloyd Davies3-1/+97
2024-03-19Add myself to gdb/MAINTAINERSToby Lloyd Davies1-0/+1
2024-03-19[gdb] Further fix "value is not available" with debug frameTom de Vries3-12/+26
2024-03-19LoongArch: Add relaxation for R_LARCH_CALL36mengqinggang11-147/+356