aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-05gdbsupport: move libxxhash configure check to gdbsupportSimon Marchi8-537/+1575
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi46-149/+148
2023-01-05gdb/testsuite: add back needed -re clause in gdb_breakpointSimon Marchi1-0/+6
2023-01-05[gdb/python] Avoid queue.SimpleQueue for python 3.6Tom de Vries2-2/+10
2023-01-05Add type to expression dump of symbolTom Tromey1-0/+1
2023-01-05Remove Stephen Casner as the PDP11 maintainer.Nick Clifton2-1/+4
2023-01-05Add an extra emulation called arm64pe to the aarch64pe emulation.Nick Clifton8-141/+175
2023-01-05Un xfail the PR19719 test for the AArch64 architectureAndreas K. Huettel2-1/+6
2023-01-05Updated Bulgarian and Russian translations for the gprof subdirectoryNick Clifton3-229/+205
2023-01-05PR29963, PDP11 link produces spurious relocation truncated messagesPaul Koning1-3/+3
2023-01-04sim: mips: add multi source to built sourcesMike Frysinger2-1/+6
2023-01-05sim: Move getopt checking inside SIM_AC_PLATFORMTsukasa OI3-42/+46
2023-01-04sim: bpf: fix testsuite due to linker warnings [PR sim/29954]Guillermo E. Martinez1-4/+1
2023-01-05Automatic date update in version.inGDB Administrator1-1/+1
2023-01-04MAINTAINERS: add myself as maintainer of libsframeIndu Bhagat1-0/+1
2023-01-04x86: Remove duplicated I386_PCREL_TYPE_P/X86_64_PCREL_TYPE_PH.J. Lu1-7/+0
2023-01-04gdb: ensure test_name is initialized in gdb_breakpointLancelot SIX1-1/+2
2023-01-04Use first_opcode in another spotTom Tromey1-1/+1
2023-01-04Convert exp_uses_objfile to a method of expressionTom Tromey6-17/+16
2023-01-04gdb: use gdb_test_multiple in gdb_breakpointSimon Marchi1-34/+2
2023-01-04Re: Avoid unaligned pointer reads in PEP .idata sectionAlan Modra3-50/+50
2023-01-04objcopy fuzzed pe out of memoryAlan Modra1-0/+4
2023-01-04fuzzed file timeoutAlan Modra1-1/+2
2023-01-04asan: segv in parse_moduleAlan Modra1-2/+5
2023-01-04addr2line out of memory on fuzzed fileAlan Modra1-0/+8
2023-01-04gdb: fix some #ifdef logic in bt-utils.hAndrew Burgess1-1/+1
2023-01-04gdb: add 'maintenance print record-instruction' commandBruno Larsen5-0/+211
2023-01-04Fix AArch64 linker testsuite failures trigeered by differences in build envir...Andreas K. Huettel3-5/+12
2023-01-04Avoid unaligned pointer reads in PEP .idata sectionMark Harmstone1-0/+1
2023-01-04Merge config/picflag.m4 from gccAlan Modra2-0/+6
2023-01-04sim: Regenerate using the maintainer modeTsukasa OI1-1/+1
2023-01-04Automatic date update in version.inGDB Administrator1-1/+1
2023-01-03opcodes: xtensa: fix jump visualization for FLIXMax Filippov1-3/+20
2023-01-03opcodes: xtensa: implement styled disassemblyMax Filippov1-11/+22
2023-01-03Add test case for "finish" with variably-sized typesTom Tromey5-2/+123
2023-01-03Use value_at_non_lval in get_call_return_valueTom Tromey1-6/+1
2023-01-03Fix inferior calls with variably-sized return typeTom Tromey7-89/+91
2023-01-03Convert selected architectures to gdbarch_return_value_as_valueTom Tromey9-20/+81
2023-01-03Don't let property evaluation affect the current languageTom Tromey1-0/+5
2023-01-03Introduce value_at_non_lvalTom Tromey2-0/+14
2023-01-03Don't emit gdbarch_return_valueTom Tromey5-62/+61
2023-01-03Add new overload of gdbarch_return_valueTom Tromey10-35/+121
2023-01-03Fix crash in amd64-tdep.cTom Tromey1-1/+2
2023-01-03[gdb/testsuite] Add xfail in gdb.arch/i386-pkru.expTom de Vries2-4/+88
2023-01-03Do not use PyObject_CallNoArgsTom Tromey1-2/+2
2023-01-03Fix a potential problem in the BFD library when accessing the Windows' nul de...Himal2-0/+11
2023-01-03Fix a translation problem in the x86 assembler.Nick Clifton2-7/+25
2023-01-03Updated translations for various languages and sub-directoriesNick Clifton23-17502/+18901
2023-01-03Add new NT_ARM_ZA and NT_ARM_SSVE register set constants.Luis Machado4-0/+18
2023-01-03[gdb] Fix segfault during inferior call to ifuncAndrew Burgess2-2/+10