aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Tidy pe flag in coff_dataAlan Modra11-15/+14
2023-01-06Make coff backend data read-onlyAlan Modra7-53/+72
2023-01-06gdb/c++: Detect ambiguous variables in imported namespacesBruno Larsen2-27/+83
2023-01-06gdb/mi: add no-history stop reasonBruno Larsen6-2/+14
2023-01-06gdb/testsuite: Fix FAILs in gdb.linespec/cpcompletion.exp when using clangBruno Larsen1-15/+18
2023-01-06configure: remove dependencies on gmp and mpfr when gdb is disabledClément Chigot2-2/+6
2023-01-06Automatic date update in version.inGDB Administrator1-1/+1
2023-01-05gdbsupport: fix scoped_debug_start_end's move constructorSimon Marchi1-1/+20
2023-01-05gdbsupport: add gdb::string_view_hashSimon Marchi2-1/+18
2023-01-05gdbsupport: move fast_hash to gdbsupport/common-utils.hSimon Marchi2-19/+21
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