aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-18RISC-V: Support Zacas extension.Gianluca Guida14-0/+183
2024-06-18x86: Fix typo in i386-dis-evex-mod.hCui, Lili1-2/+2
2024-06-18Remove %ME and used %NE for movbe.Cui, Lili3-10/+14
2024-06-18Support APX CCMP and CTESTCui, Lili16-2250/+5030
2024-06-18LoongArch: add .option directiveLulu Cai6-0/+119
2024-06-18Automatic date update in version.inGDB Administrator1-1/+1
2024-06-17GAS/testsuite: Make a copy of none.s before operating on it as outputMaciej W. Rozycki1-2/+11
2024-06-17GAS/testsuite: Add a helper for paths outside the source dirMaciej W. Rozycki1-0/+13
2024-06-17binutils/testsuite: Add a helper for relative path constructionMaciej W. Rozycki1-0/+32
2024-06-17[gdb/testsuite] Fix duplicates in gdb.fortran/array-{indices,repeat}.expTom de Vries2-28/+40
2024-06-17PR31898 bug in processing DW_RLE_startx_endxAlan Modra1-4/+4
2024-06-17Error messages emitted during bfd_check_format_matchesAlan Modra1-7/+27
2024-06-17Automatic date update in version.inGDB Administrator1-1/+1
2024-06-15Make tui_register_info::highlight privateTom Tromey2-12/+14
2024-06-16Automatic date update in version.inGDB Administrator1-1/+1
2024-06-15Remove a call to fflushTom Tromey1-1/+0
2024-06-15[gdb/build] Cleanup gdb/features/feature_to_c.shTom de Vries2-34/+52
2024-06-15[gdb/testsuite] Clean up lib/dg-add-core-file-count.shTom de Vries1-1/+1
2024-06-15[gdb/testsuite] Clean up formatting in gdb/contrib/cc-with-tweaks.shTom de Vries1-20/+20
2024-06-15[gdb/testsuite] Clean up gdb/contrib/cc-with-tweaks.shTom de Vries1-14/+19
2024-06-15[gdb/testsuite] Clean up gdb/contrib/expect-read1.shTom de Vries1-5/+20
2024-06-15Automatic date update in version.inGDB Administrator1-1/+1
2024-06-14x86: Add -z isa-level-report=[none|all|needed|used]H.J. Lu24-11/+410
2024-06-14ld: Align --no-error-execstack help outputH.J. Lu1-1/+1
2024-06-14Simplify ada_lookup_encoded_symbolTom Tromey3-19/+12
2024-06-14Introduce language_defn::lookup_symbol_localTom Tromey5-13/+56
2024-06-14Remove an unnecessary null check from lookup_local_symbolTom Tromey1-1/+1
2024-06-14Simplify lookup_local_symbolTom Tromey1-8/+3
2024-06-14Examine template symbols in lookup_local_symbolTom Tromey3-33/+22
2024-06-14Move search_symbol_list to symtab.cTom Tromey3-17/+20
2024-06-14Rename is_cplus_template_functionTom Tromey2-3/+7
2024-06-14aarch64: add SPMU system registers missed in f01ae0392edMatthieu Longo4-1/+618
2024-06-14gdb/aarch64: prevent crash from in process agentAndrew Burgess3-8/+82
2024-06-14Regenerate configure files in ld sub-directoryNick Clifton2-6/+6
2024-06-14gdb/gdbserver: share x86/linux tdesc cachingAndrew Burgess15-381/+499
2024-06-14gdbserver: update target description creation for x86/linuxAndrew Burgess5-167/+306
2024-06-14gdb/gdbserver: share some code relating to target description creationAndrew Burgess19-209/+309
2024-06-14gdb: move xcr0 == 0 check into i386_linux_core_read_descriptionAndrew Burgess1-7/+8
2024-06-14gdb/x86: move reading of cs and ds state into gdb/nat directoryAndrew Burgess3-37/+83
2024-06-14gdb: move have_ptrace_getregset declaration into gdb/nat directoryAndrew Burgess5-7/+5
2024-06-14gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directoryAndrew Burgess8-46/+62
2024-06-14gdbserver/x86: move no-xml code earlier in x86_linux_read_descriptionAndrew Burgess1-11/+16
2024-06-14gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definitionAndrew Burgess3-41/+20
2024-06-14Automatic date update in version.inGDB Administrator1-1/+1
2024-06-13Add gdbpy_call_method overloads for gdbpy_ref<>Tom Tromey2-5/+14
2024-06-13Return gdbpy_ref<> from gdbpy_call_methodTom Tromey6-29/+29
2024-06-13Adjust linker tests that are sensitive to --rosegmentNick Clifton21-26/+26
2024-06-13[gdb/testsuite] Add gdb.base/fission-macro.expTom de Vries3-0/+129
2024-06-13[gdb/testsuite] Fix kfail number in gdb.base/watchpoint-running.expTom de Vries1-1/+1
2024-06-13Add --rosegment option to BFD linker to stop the '-z separate-code' from gene...Nick Clifton15-45/+709