aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-26gdb/testsuite: resolve remaining duplicate test names in gdb.cp/*.expAndrew Burgess12-21/+47
2021-03-26gdb/testsuite: resolve duplicate test name in gdb.cp/cplusfuncs.expAndrew Burgess2-1/+6
2021-03-26gdb/testsuite: remove duplicate test from gdb.cp/maint.expAndrew Burgess2-15/+22
2021-03-26gdb/testsuite: remove duplicate test names from gdb.cp/gdb2384.expAndrew Burgess3-12/+19
2021-03-26gdb/testsuite: remove duplicate test names for gdb.cp/nsusing.expAndrew Burgess2-100/+40
2021-03-26x86-64: don't accept supposedly disabled MOVQ formsJan Beulich7-4/+41
2021-03-26Automatic date update in version.inGDB Administrator1-1/+1
2021-03-25Fix bkpt-other-inferior.exp racePedro Alves2-2/+9
2021-03-25Fix problem exposed by gdb.server/stop-reply-no-thread-multi.expPedro Alves4-8/+33
2021-03-25ld: do not rely on the exact size of the CTF symtypetabs in test resultsNick Alcock6-8/+18
2021-03-25libctf: fix ELF-in-BFD checks in the presence of ASANNick Alcock3-13/+18
2021-03-25libctf: fix memory leak in a testNick Alcock2-0/+6
2021-03-25libctf: don't dereference out-of-bounds locations in the qualifier hashtabNick Alcock2-3/+13
2021-03-25libctf: make ctf_bfdopen_ctfsect a debugger entry pointNick Alcock2-0/+6
2021-03-25libctf, serialize: functions with no args have a NULL dtd_vlenNick Alcock2-1/+9
2021-03-25include: always do unsigned left-shift in CTF_SET_STIDNick Alcock2-8/+15
2021-03-25libctf, dump: do not emit size or alignment if it would errorNick Alcock2-5/+12
2021-03-25gdb/testsuite: use -wrap with gdb_test_multiple in lib/ada.expAndrew Burgess2-2/+7
2021-03-25gdb/riscv: fix creating breakpoints at invalid addressesChangbin Du2-1/+5
2021-03-25[NIOS2] Fix disassembly of br.n instruction.Hafiz Abid Qadeer5-1/+25
2021-03-25x86: fix CMPXCHG8B special case when disallowing q suffix outside of 64-bit modeJan Beulich2-1/+5
2021-03-25x86: flag bad S/G insn operand combinationsJan Beulich15-192/+176
2021-03-25x86: flag as bad AVX512 insns with EVEX.z set but EVEX.aaa clearJan Beulich5-1/+23
2021-03-25x86: fix AMD Zen3 insnsJan Beulich11-32/+163
2021-03-25x86-64: limit breakage from gcc movdir64b et al workaroundJan Beulich16-35/+178
2021-03-25PR27647 PowerPC extended conditional branch mnemonicsAlan Modra5-484/+500
2021-03-25Automatic date update in version.inGDB Administrator1-1/+1
2021-03-24gnulib: import gitlog-to-changelogMike Frysinger8-28/+569
2021-03-24gdb: remove current_top_target functionSimon Marchi48-329/+454
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi10-194/+870
2021-03-24Remove 'kind' parameter from dw2_map_matching_symbolsTom Tromey2-7/+13
2021-03-24Fix TYPE_DECLARED_CLASS thinkoKeith Seitz2-1/+7
2021-03-24gdb: make gdbarch_data_registry staticSimon Marchi3-2/+7
2021-03-24Add memory tagging testcasesLuis Machado6-0/+589
2021-03-24Add NEWS entry.Luis Machado2-0/+44
2021-03-24Document new "x" and "print" memory tagging extensionsLuis Machado2-3/+48
2021-03-24Extend "x" and "print" commands to support memory taggingLuis Machado7-2/+147
2021-03-24Documentation for the new mtag commandsLuis Machado2-0/+101
2021-03-24New memory-tag commandsLuis Machado7-80/+457
2021-03-24AArch64: Add MTE register set support for core filesLuis Machado3-0/+29
2021-03-24AArch64: Add gdbserver MTE supportLuis Machado4-0/+76
2021-03-24AArch64: Report tag violation error informationLuis Machado3-0/+85
2021-03-24AArch64: Add unit testing for logical tag set/get operationsLuis Machado2-0/+37
2021-03-24AArch64: Implement the memory tagging gdbarch hooksLuis Machado4-0/+277
2021-03-24Refactor parsing of /proc/<pid>/smapsLuis Machado3-122/+251
2021-03-24Convert char array to std::string in linux_find_memory_regions_fullLuis Machado2-11/+19
2021-03-24AArch64: Implement memory tagging target methods for AArch64Luis Machado9-1/+361
2021-03-24AArch64: Add MTE ptrace requestsLuis Machado3-0/+39
2021-03-24AArch64: Add MTE register set support for GDB and gdbserverLuis Machado8-0/+158
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado15-25/+110