aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Add memory tagging testcasesusers/luisgpm/aarch64-mte-v3Luis Machado5-0/+580
2020-07-16Add NEWS entry.Luis Machado1-0/+32
2020-07-16Document new "x" and "print" memory tagging extensionsLuis Machado1-3/+31
2020-07-16Extend "x" and "print" commands to support memory taggingLuis Machado2-1/+83
2020-07-16Documentation for the new mtag commandsLuis Machado1-0/+60
2020-07-16New mtag commandsLuis Machado2-13/+348
2020-07-16AArch64: Add gdbserver MTE supportLuis Machado3-0/+56
2020-07-16AArch64: Report tag violation error informationLuis Machado2-0/+64
2020-07-16AArch64: Add unit testing for logical tag set/get operationsLuis Machado1-0/+31
2020-07-16AArch64: Implement the memory tagging gdbarch hooksLuis Machado3-0/+267
2020-07-16Refactor parsing of /proc/<pid>/smapsLuis Machado2-120/+240
2020-07-16AArch64: Implement memory tagging target methods for AArch64Luis Machado8-1/+307
2020-07-16AArch64: Add MTE ptrace requestsLuis Machado2-0/+34
2020-07-16AArch64: Add MTE register set support for GDB and gdbserverLuis Machado6-0/+138
2020-07-16AArch64: Add target description/feature for MTE registersLuis Machado13-25/+73
2020-07-16AArch64: Add MTE CPU feature check supportLuis Machado5-0/+34
2020-07-16Documentation for memory tagging remote packetsLuis Machado1-0/+84
2020-07-16Unit tests for gdbserver memory tagging remote packetsLuis Machado1-0/+88
2020-07-16GDBserver remote packet support for memory taggingLuis Machado6-22/+186
2020-07-16Unit testing for GDB-side remote memory tagging handlingLuis Machado1-0/+89
2020-07-16Add GDB-side remote target support for memory taggingLuis Machado1-1/+106
2020-07-16New gdbarch memory tagging hooksLuis Machado5-0/+299
2020-07-16New target methods for memory tagging supportLuis Machado4-0/+173
2020-07-16gdb: fix issues with handling DWARF v5 rnglists & .dwo files.Caroline Tice5-48/+398
2020-07-16[gdb/testsuite] Add pseudo line number program instruction: lineTom de Vries8-99/+100
2020-07-16Automatic date update in version.inGDB Administrator1-1/+1
2020-07-15gdb/testsuite: Update test pattern in ptype-on-functions.expAndrew Burgess2-1/+6
2020-07-15x86: Don't display eiz with no scaleH.J. Lu6-14/+28
2020-07-15Fix the generation of relocs for missing build notes.Nick Clifton2-9/+24
2020-07-15PR26239, memory leak in _bfd_dwarf2_slurp_debug_infoAlan Modra2-4/+15
2020-07-15Fix an illegal memory access in the BFD library which can be triggered by att...Nick Clifton2-1/+7
2020-07-15[gdb/testsuite] Handle callq -> call disassembly changeTom de Vries2-2/+5
2020-07-15gdb/fortran: Handle dynamic string types when printing typesAndrew Burgess5-4/+47
2020-07-15x86: move putop() case labels to restore alphabetic sortingJan Beulich2-49/+52
2020-07-15x86: make PUSH/POP disassembly uniformJan Beulich2-30/+27
2020-07-15x86-64: adjust stack insn test caseJan Beulich5-17/+25
2020-07-15x86: avoid attaching suffixes to unambiguous insnsJan Beulich196-1170/+1308
2020-07-15mmix bfd: fix bfd_assert for R_MMIX_PUSHJ_STUBBABLE against undef'd symbolHans-Peter Nilsson7-5/+24
2020-07-14gdb/testsuite/lib/dwarf.exp: fix addr_size parameter commentsSimon Marchi2-3/+8
2020-07-15Automatic date update in version.inGDB Administrator1-1/+1
2020-07-15PR26198 MinGW failure to link regular object file and LTO object fileMarkus Böck3-2/+12
2020-07-14x86-64: Zero-extend lower 32 bits displacement to 64 bitsH.J. Lu10-56/+61
2020-07-14gdb: Improve formatting of 'show endian' messagesAndrew Burgess3-23/+23
2020-07-14gdb: Improve formatting of 'show architecture' messagesAndrew Burgess12-20/+36
2020-07-14arc: Detect usage of illegal double register pairsClaudiu Zissulescu5-3/+27
2020-07-14x86/Intel: debug registers are named DRnJan Beulich7-8/+19
2020-07-14x86: drop Rm and the 'L' macroJan Beulich2-74/+67
2020-07-14x86: drop Rdq, Rd, and MaskRJan Beulich6-63/+122
2020-07-14x86: simplify decode of opcodes valid only without any (embedded) prefixJan Beulich2-135/+61
2020-07-14x86: also use %BW / %DQ for kshift*Jan Beulich2-65/+35