aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-05arm: remove options to select the FPARichard Earnshaw3-26/+2
2024-06-05arm: change default FPUs from FPA to noneRichard Earnshaw1-62/+63
2024-06-05arm: redirect fp constant data directives through a wrapperRichard Earnshaw12-10/+55
2024-06-05arm: adjust FPU selection logicRichard Earnshaw1-9/+2
2024-06-05arm: default to softvfp on armv6 or later coresRichard Earnshaw1-17/+17
2024-06-05arm: rename FPU_ARCH_VFP to FPU_ARCH_SOFTVFPRichard Earnshaw6-59/+97
2024-06-05arm: remove FPA related testsRichard Earnshaw27-1858/+119
2024-06-05Fix illegal memory access when bfd_get_section_contents is called with a NULL...Nick Clifton2-10/+41
2024-06-05RISC-V: Tidy vendor core-v extension gas testcasesNelson Chu146-1629/+1393
2024-06-05RISC-V: Add support for XCVmem extension in CV32E40PMary Bennett72-0/+811
2024-06-05RISC-V: Add support for XCVbi extension in CV32E40PMary Bennett24-1/+124
2024-06-05RISC-V: Add support for XCVelw extension in CV32E40PMary Bennett14-0/+203
2024-06-05gdb/testsuite: remove trailing \r from rust_llvm_version resultAndrew Burgess1-1/+2
2024-06-05gdb: more filename styling in remote.c and target.cAndrew Burgess2-9/+17
2024-06-05Automatic date update in version.inGDB Administrator1-1/+1
2024-06-04Return global scope from DAP scopes requestTom Tromey6-4/+115
2024-06-04Convert DAP disassemble code to use Block hashingTom Tromey1-4/+3
2024-06-04Memoize gdb.Block and make them hashableTom Tromey2-64/+83
2024-06-04Put "source" into DAP scopeTom Tromey2-1/+5
2024-06-04Remove a couple unnecessary castsTom Tromey1-2/+2
2024-06-04Make bcache more type-safeTom Tromey4-12/+33
2024-06-04Some constification in psymtabTom Tromey2-33/+30
2024-06-04Rely on std::uncaught_exceptionsTom Tromey1-7/+1
2024-06-04Add myself to gdb/MAINTAINERSDmitry Neverov1-0/+1
2024-06-04src-release.sh: fix adjusting files permissions and cleaningRostislav Krasny1-4/+48
2024-06-04gdb/testsuite: tests for debug lookup within the sysrootAndrew Burgess2-0/+215
2024-06-04gdb/testsuite: make gdb_gnu_strip_debug consistentAndrew Burgess3-37/+25
2024-06-04gdb/Makefile.in: silence recipe for creating .deps/ directoriesAndrew Burgess1-1/+1
2024-06-04LoongArch: Disable linker relaxation if set the address of section or segmentmengqinggang3-0/+41
2024-06-04LoongArch: Make align symbol be in same section with alignment directivemengqinggang9-33/+104
2024-06-04arm: testsuite: fix msdos line endings in testsRichard Earnshaw2-18/+18
2024-06-04Automatic date update in version.inGDB Administrator1-1/+1
2024-06-03gprofng: add hardware counters for AMD Zen4Vladimir Mezentsev3-1/+889
2024-06-03Remove one call to can_box from TUITom Tromey1-9/+3
2024-06-03Fix deprecation textTom Tromey1-1/+1
2024-06-03Enable call of overloaded subscript operator from pythonHannes Domani3-1/+12
2024-06-03Allow calling of convenience functions with pythonHannes Domani2-5/+24
2024-06-03src-release.sh: Use -T0 for xz compressionMark Wielaard1-1/+1
2024-06-03[gdb/testsuite] Fix timeout in gdb.tui/resize-2.expTom de Vries1-3/+15
2024-06-03Automatic date update in version.inGDB Administrator1-1/+1
2024-06-02Fix typo in tui-data.hTom Tromey1-1/+1
2024-06-02Automatic date update in version.inGDB Administrator1-1/+1
2024-06-01Automatic date update in version.inGDB Administrator1-1/+1
2024-05-31[gdb/testsuite] New test: gdb.base/errno.expKevin Buettner2-0/+300
2024-05-31aarch64, testsuite: avoid regexes in opcode fieldClaudio Bantaloukas2-493/+493
2024-05-31gas, aarch64: Fixes in texi and tests following faminmax and lut changessaurabh.jha@arm.com4-162/+162
2024-05-31Move dwarf2_per_bfd::index_addrmap to mapped_gdb_indexTom Tromey5-37/+25
2024-05-31aarch64: Add some DT_RELR ld testsSzabolcs Nagy12-0/+351
2024-05-31aarch64: Add DT_RELR supportSzabolcs Nagy5-1/+445
2024-05-31x86: reduce check_{byte,word,long,qword}_reg() overheadJan Beulich1-4/+15