aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-18gdb: include gdbarch.h in all files extending gdbarch_tdepSimon Marchi24-0/+31
2021-11-18gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi19-39/+39
2021-11-18gdb fix for catch-syscall.expCarl Love1-2/+4
2021-11-18gdb: PowerPC fix gdb.base/break-interp.expCarl Love3-9/+33
2021-11-18gdb fix PowerPC test gdb.arch/ppc-longdouble.expCarl Love1-1/+1
2021-11-18elf/x86: Issue an error on discarded output .plt sectionH.J. Lu5-0/+37
2021-11-18[gdb/testsuite] Add missing wait in gdb.base/signals-state-child.expTom de Vries1-3/+11
2021-11-18Re: Don't compile some opcodes files when bfd is 32-bit onlyAlan Modra2-10/+10
2021-11-18Pass DEBUGINFOD_CFLAGS when compiling dwarf.cAlan Modra2-2/+22
2021-11-18RISC-V: Add testcases for z[fdq]inxjiawei6-0/+222
2021-11-18RISC-V: Add instructions and operand set for z[fdq]inxjiawei5-149/+167
2021-11-18RISC-V: Add mininal support for z[fdq]inxjiawei1-0/+12
2021-11-18Automatic date update in version.inGDB Administrator1-1/+1
2021-11-17aarch64: [SME] SVE2 instructions added to support SMEPrzemyslaw Wirkus17-191/+736
2021-11-17aarch64: [SME] Add new SME system registersPrzemyslaw Wirkus6-1/+72
2021-11-17aarch64: [SME] Add SME mode selection and state access instructionsPrzemyslaw Wirkus17-1522/+1766
2021-11-17aarch64: [SME] Add LD1x, ST1x, LDR and STR instructionsPrzemyslaw Wirkus26-245/+1417
2021-11-17aarch64: [SME] Add ZERO instructionPrzemyslaw Wirkus13-140/+539
2021-11-17aarch64: [SME] Add MOV and MOVA instructionsPrzemyslaw Wirkus26-176/+952
2021-11-17aarch64: [SME] Add SME instructionsPrzemyslaw Wirkus17-134/+1423
2021-11-17aarch64: [SME] Add +sme option to -marchPrzemyslaw Wirkus5-0/+33
2021-11-17Set the default DLL chracteristics to 0 for Cygwin based targets.Jeremy Drake3-3/+23
2021-11-17Fix the linker script parser so that it will recognise the PT_GNU_RELRO segme...Nick Clifton4-3/+24
2021-11-17[gdb/build, s390x] Fix build after gdbarch_tdep changesAndreas Arnez1-1/+1
2021-11-17Expose the BTI BTYPE more explicitly in the registersLuis Machado2-0/+4
2021-11-17elfedit: Add --output-abiversion option to update ABIVERSIONH.J. Lu5-3/+83
2021-11-17RISC-V: Support rvv extension with released version 1.0.Nelson Chu24-15/+6615
2021-11-17gdb/nat/linux-osdata.c: fix build on gcc-12 (string overfow)Sergei Trofimovich1-9/+4
2021-11-16gdb: Add aliases for read_core_file_mappings callbacksAaron Merey7-37/+46
2021-11-16sim: testsuite: add support for $pwd replacementsMike Frysinger19-20/+18
2021-11-16sim: cris: replace @srcdir@ test extension with $srcdir/$subdirMike Frysinger6-11/+9
2021-11-16sim: cris: drop custom "dynamic" test fieldMike Frysinger7-17/+0
2021-11-16sim: testsuite: add more silent build rulesMike Frysinger2-4/+16
2021-11-17Automatic date update in version.inGDB Administrator1-1/+1
2021-11-16sim: cr16: fix build on gcc-12 (NULL comparison)Sergei Trofimovich2-4/+3
2021-11-16gdb: fix length of array view returned by some value_contents functionsSimon Marchi1-3/+3
2021-11-16readelf: Support SHT_RELR/DT_RELR for -rFangrui Song6-30/+153
2021-11-16gdbsupport: remove FUNCTION_NAMESimon Marchi3-40/+3
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess34-151/+119
2021-11-16gdbsupport: move xfree into its own fileAndrew Burgess4-16/+43
2021-11-16gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERRORAndrew Burgess1-2/+3
2021-11-16Remove config.cache in gdbserver's "distclean"Tom Tromey1-2/+1
2021-11-16[gdb/testsuite] Remove inferior output in gdb.base/foll-vfork.expTom de Vries4-12/+11
2021-11-16x86: Don't allow KMOV in TLS code sequencesH.J. Lu6-5/+35
2021-11-16sim: run: support concise env var settingsMike Frysinger2-2/+23
2021-11-16sim: nrun: add --env-{set,unset,clear} command line optionsMike Frysinger5-10/+107
2021-11-16sim: syscall: hoist argc/argn/argnlen to common codeMike Frysinger2-33/+40
2021-11-16sim: syscall: fix argvlen & argv implementationMike Frysinger1-42/+50
2021-11-16sim: callback: expose argv & environMike Frysinger14-10/+79
2021-11-16sim: keep track of program environment stringsMike Frysinger14-7/+85