summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: add names to unwindersusers/simark/frame-debugSimon Marchi2021-03-2477-5/+125
* gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXITSimon Marchi2021-03-244-8/+23
* frame_debug_printfSimon Marchi2021-03-244-177/+201
* gdb: remove current_top_target functionSimon Marchi2021-03-2448-329/+454
* gdb: move all "current target" wrapper implementations to target.cSimon Marchi2021-03-2410-194/+870
* Remove 'kind' parameter from dw2_map_matching_symbolsTom Tromey2021-03-242-7/+13
* Fix TYPE_DECLARED_CLASS thinkoKeith Seitz2021-03-242-1/+7
* gdb: make gdbarch_data_registry staticSimon Marchi2021-03-243-2/+7
* Add memory tagging testcasesLuis Machado2021-03-246-0/+589
* Add NEWS entry.Luis Machado2021-03-242-0/+44
* Document new "x" and "print" memory tagging extensionsLuis Machado2021-03-242-3/+48
* Extend "x" and "print" commands to support memory taggingLuis Machado2021-03-247-2/+147
* Documentation for the new mtag commandsLuis Machado2021-03-242-0/+101
* New memory-tag commandsLuis Machado2021-03-247-80/+457
* AArch64: Add MTE register set support for core filesLuis Machado2021-03-243-0/+29
* AArch64: Add gdbserver MTE supportLuis Machado2021-03-244-0/+76
* AArch64: Report tag violation error informationLuis Machado2021-03-243-0/+85
* AArch64: Add unit testing for logical tag set/get operationsLuis Machado2021-03-242-0/+37
* AArch64: Implement the memory tagging gdbarch hooksLuis Machado2021-03-244-0/+277
* Refactor parsing of /proc/<pid>/smapsLuis Machado2021-03-243-122/+251
* Convert char array to std::string in linux_find_memory_regions_fullLuis Machado2021-03-242-11/+19
* AArch64: Implement memory tagging target methods for AArch64Luis Machado2021-03-249-1/+361
* AArch64: Add MTE ptrace requestsLuis Machado2021-03-243-0/+39
* AArch64: Add MTE register set support for GDB and gdbserverLuis Machado2021-03-248-0/+158
* AArch64: Add target description/feature for MTE registersLuis Machado2021-03-2415-25/+110
* AArch64: Add MTE CPU feature check supportLuis Machado2021-03-247-0/+45
* Documentation for memory tagging remote packetsLuis Machado2021-03-242-0/+120
* Unit tests for gdbserver memory tagging remote packetsLuis Machado2021-03-242-0/+83
* GDBserver remote packet support for memory taggingLuis Machado2021-03-247-25/+240
* Unit testing for GDB-side remote memory tagging handlingLuis Machado2021-03-242-0/+98
* Add GDB-side remote target support for memory taggingLuis Machado2021-03-242-3/+118
* New gdbarch memory tagging hooksLuis Machado2021-03-246-1/+314
* New target methods for memory tagging supportLuis Machado2021-03-245-0/+215
* x86: derive opcode length from opcode valueJan Beulich2021-03-247-7479/+7514
* x86: derive mandatory prefix attribute from base opcodeJan Beulich2021-03-246-5100/+5091
* x86: don't use opcode_length to identify pseudo prefixesJan Beulich2021-03-247-36/+48
* Automatic date update in version.inGDB Administrator2021-03-241-1/+1
* x86: re-number PREFIX_0X<nn>Jan Beulich2021-03-235-154/+165
* x86: re-order two fields of struct insn_templateJan Beulich2021-03-235-12106/+12118
* x86: split opcode prefix and opcode space representationJan Beulich2021-03-237-9362/+9374
* gdb: remote target_longnameSimon Marchi2021-03-232-1/+4
* gdb: remove target_is_pushed free functionSimon Marchi2021-03-2310-29/+24
* gdb: remove push_target free functionsSimon Marchi2021-03-2330-61/+54
* gdb: remove unpush_target free functionSimon Marchi2021-03-2317-35/+36
* x86: don't open-code PREFIX_NONEJan Beulich2021-03-232-11/+12
* x86: unbreak certain MPX insn operand formsJan Beulich2021-03-235-27/+55
* bfd: avoid "shadowing" of glibc function nameJan Beulich2021-03-232-1/+5
* Automatic date update in version.inGDB Administrator2021-03-231-1/+1
* gdb: handle invalid DWARF when compilation unit is missingAndrew Burgess2021-03-225-1/+134
* gdb/objc: make objc_demangle a member function of objc_languageAndrew Burgess2021-03-223-73/+80