aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-10[gdb] Fix info checkpointsTom de Vries2-5/+18
2024-01-10[gdb] Make variable printed bool in info_checkpoints_commandTom de Vries1-3/+4
2024-01-10gdb/symtab: Eliminate deferred_entryTom de Vries3-31/+68
2024-01-10gdb/symtab: Make cooked_index_entry::parent_entry privateTom de Vries3-16/+29
2024-01-10gdb/symtab: Allow changing of added cooked_index entriesTom de Vries2-11/+11
2024-01-09Fix ASAN failure in DWO codeTom Tromey1-8/+23
2024-01-10Automatic date update in version.inGDB Administrator1-1/+1
2024-01-09Fix thread-less buildTom Tromey1-4/+4
2024-01-09Pass GUILE down to subdirectoriesTom Tromey3-4/+12
2024-01-09ld: Add --enable-mark-plt configure optionH.J. Lu6-3/+73
2024-01-09elf: Add elf_backend_add_glibc_version_dependencyH.J. Lu7-62/+167
2024-01-09x86: Don't check R_386_NONE nor R_X86_64_NONEH.J. Lu9-0/+59
2024-01-09Fix two bugs in gdbserver thread name handlingTom Tromey1-3/+6
2024-01-09Use unrelocated_addr in dwarf2_base_index_functions::find_per_cuTom Tromey4-12/+14
2024-01-09x86: add missing APX logic to cpu_flags_match()Jan Beulich4-1/+48
2024-01-09x86: FMA insns aren't eligible to VEX2 encodingJan Beulich8-0/+11
2024-01-09PPC64/ELF: adjust comment wrt ABI versionsJan Beulich1-1/+1
2024-01-09Synchronize sourceware version of the libiberty sources with the master gcc v...Nick Clifton8-31/+342
2024-01-09aarch64: ADD FEAT_THE RCWCAS instructions.Srinath Parvathaneni18-139/+2251
2024-01-09aarch64: Regenerate aarch64-*-2.c filesVictor Do Nascimento3-2407/+2454
2024-01-09arch64: Add optional operand register pair support testsVictor Do Nascimento5-0/+57
2024-01-09aarch64: Add support for 128-bit system register mrrs and msrr insnsVictor Do Nascimento10-5/+89
2024-01-09aarch64: Add TLBIP testsVictor Do Nascimento2-0/+259
2024-01-09aarch64: Add xs variants of tlbip operandsVictor Do Nascimento2-0/+125
2024-01-09aarch64: Implement TLBIP 128-bit instructionVictor Do Nascimento3-0/+5
2024-01-09aarch64: Create QL_SRC_X2 and QL_DEST_X2 qualifier macrosVictor Do Nascimento1-0/+12
2024-01-09aarch64: Apply narrowing of allowed immediate values for SYSPVictor Do Nascimento6-3/+41
2024-01-09aarch64: Add support for the SYSP 128-bit system instructionVictor Do Nascimento5-3/+20
2024-01-09aarch64: Add support for optional operand pairsVictor Do Nascimento2-3/+28
2024-01-09aarch64: Add support for xzr register in register pair operandsVictor Do Nascimento5-4/+26
2024-01-09aarch64: Expand maximum number of operands from 5 to 6Victor Do Nascimento2-1/+3
2024-01-09aarch64: Add +d128 architectural feature supportVictor Do Nascimento4-0/+12
2024-01-08sim: warnings: compile build tools with -Werror tooMike Frysinger4-5/+100
2024-01-08sim: igen: fix format-zero-length warningsMike Frysinger1-3/+7
2024-01-08sim: m68hc11: gencode: add printf markingsMike Frysinger1-0/+2
2024-01-08sim: m32c: fix declaration-after-statement warningsMike Frysinger1-2/+3
2024-01-08sim: warnings: fix unused variable warningsMike Frysinger3-76/+7
2024-01-08sim: warnings: mark local funcs/vars as staticMike Frysinger2-49/+35
2024-01-08Back out some parallel_for_each featuresTom Tromey2-251/+30
2024-01-08Avoid language-based lookups in startup pathTom Tromey2-3/+5
2024-01-08Optimize lookup_minimal_symbol_textTom Tromey1-28/+41
2024-01-08Lazy language settingTom Tromey5-18/+73
2024-01-08Change current_language to be a macroTom Tromey2-5/+18
2024-01-08Remove two quick_symbol_functions methodsTom Tromey6-86/+16
2024-01-08Simplify the public DWARF APITom Tromey6-50/+43
2024-01-08Do more DWARF reading in the backgroundTom Tromey13-306/+666
2024-01-08Change how cooked index waits for threadsTom Tromey2-3/+2
2024-01-08Add "maint set dwarf synchronous"Tom Tromey3-0/+49
2024-01-08Move cooked_index_storage to cooked-index.hTom Tromey2-94/+111
2024-01-08Add gdb::task_groupTom Tromey4-2/+160