aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-12LoongArch: Fix relaxation overflow caused by section alignmentmengqinggang3-29/+100
2024-01-12x86: Fix indentation and use true/false instead of 1/0Cui, Lili1-14/+14
2024-01-12Automatic date update in version.inGDB Administrator1-1/+1
2024-01-11gdb: fix frame passed to gdbarch_value_to_register in value_assignSimon Marchi2-1/+88
2024-01-11[gdb/testsuite] Fix gdb.dwarf2/dw2-entry-points.exp on ppc64leTom de Vries1-3/+3
2024-01-11[gdb/testsuite] Extend gdb.base/kill-during-detach.expTom de Vries3-1/+45
2024-01-11LoongArch: ld: Adjusted some code order in relax.exp.changjiachen1-149/+149
2024-01-11LoongArch: Discard extra spaces in objdump outputLulu Cai7-14/+19
2024-01-11sim: ppc: return register error when unhandledMike Frysinger1-4/+2
2024-01-10sim: m32r: enable warnings in traps.cMike Frysinger2-4/+0
2024-01-10sim: m32r: fixup some of the int<->pointer castsMike Frysinger4-31/+94
2024-01-10sim: m32r: fix missing break statementMike Frysinger1-0/+1
2024-01-10sim: m32r: migrate ftime() to clock_gettime()Mike Frysinger1-5/+8
2024-01-10sim: m32r: cleanup unused variablesMike Frysinger1-3/+1
2024-01-10sim: igen: add printf attributes to the prototypes tooMike Frysinger1-4/+4
2024-01-10gdbsupport: tighten up libiberty code a bit with dnlMike Frysinger5-17/+7
2024-01-10sim: build: switch to gdbsupport/libiberty.m4Mike Frysinger5-13/+411
2024-01-10sim: ppc: rework defines.h to handle HAVE symbols defined to 0Mike Frysinger2-2/+2
2024-01-10gdb: libiberty: switch to AC_CHECK_DECLS_ONCEMike Frysinger4-177/+211
2024-01-10gdb: move libiberty.m4 to gdbsupportMike Frysinger5-6/+7
2024-01-11Automatic date update in version.inGDB Administrator1-1/+1
2024-01-10gprofng: add an examples directoryVladimir Mezentsev8-0/+1115
2024-01-10gprofng: 31123 improvements to hardware event implementationVladimir Mezentsev8-247/+293
2024-01-10Fix AIX catchpoint warning during fork () eventAditya Vidyadhar Kamath1-0/+16
2024-01-10Sync top level configure and makefilesNick Clifton5-23/+1114
2024-01-10gas: aarch64: Add system registers for Debug and PMU extensionsSaurabh Jha5-0/+207
2024-01-10[gdb] Fix assertion failure for checkpoint delete 0Tom de Vries2-0/+25
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