aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-24gdb: add names to unwindersusers/simark/frame-debugSimon Marchi77-5/+125
2021-03-24gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi4-8/+23
2021-03-24frame_debug_printfSimon Marchi4-177/+201
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
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado7-0/+45
2021-03-24Documentation for memory tagging remote packetsLuis Machado2-0/+120
2021-03-24Unit tests for gdbserver memory tagging remote packetsLuis Machado2-0/+83
2021-03-24GDBserver remote packet support for memory taggingLuis Machado7-25/+240
2021-03-24Unit testing for GDB-side remote memory tagging handlingLuis Machado2-0/+98
2021-03-24Add GDB-side remote target support for memory taggingLuis Machado2-3/+118
2021-03-24New gdbarch memory tagging hooksLuis Machado6-1/+314
2021-03-24New target methods for memory tagging supportLuis Machado5-0/+215
2021-03-24x86: derive opcode length from opcode valueJan Beulich7-7479/+7514
2021-03-24x86: derive mandatory prefix attribute from base opcodeJan Beulich6-5100/+5091
2021-03-24x86: don't use opcode_length to identify pseudo prefixesJan Beulich7-36/+48
2021-03-24Automatic date update in version.inGDB Administrator1-1/+1
2021-03-23x86: re-number PREFIX_0X<nn>Jan Beulich5-154/+165
2021-03-23x86: re-order two fields of struct insn_templateJan Beulich5-12106/+12118
2021-03-23x86: split opcode prefix and opcode space representationJan Beulich7-9362/+9374
2021-03-23gdb: remote target_longnameSimon Marchi2-1/+4
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi10-29/+24
2021-03-23gdb: remove push_target free functionsSimon Marchi30-61/+54
2021-03-23gdb: remove unpush_target free functionSimon Marchi17-35/+36
2021-03-23x86: don't open-code PREFIX_NONEJan Beulich2-11/+12
2021-03-23x86: unbreak certain MPX insn operand formsJan Beulich5-27/+55
2021-03-23bfd: avoid "shadowing" of glibc function nameJan Beulich2-1/+5
2021-03-23Automatic date update in version.inGDB Administrator1-1/+1
2021-03-22gdb: handle invalid DWARF when compilation unit is missingAndrew Burgess5-1/+134
2021-03-22gdb/objc: make objc_demangle a member function of objc_languageAndrew Burgess3-73/+80