aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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 Machado2-12/+385
2021-03-24AArch64: Add MTE register set support for core filesLuis Machado3-0/+29
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 Machado5-0/+119
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado10-14/+80
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado5-0/+40
2021-03-24Documentation for memory tagging remote packetsLuis Machado2-0/+120
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-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-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
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2-3/+8
2021-03-22gdb/testsuite: use the correct .debug_str section name for DW_FORM_strpAndrew Burgess4-1/+137
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey13-61/+67
2021-03-20Switch objfile to hold a list of psymbol readersTom Tromey8-262/+337
2021-03-20Remove objfile::psymtabsTom Tromey2-8/+4
2021-03-20Change count_psyms to be a method on psymbol_functionsTom Tromey3-4/+14
2021-03-20Remove last objfile partial_symtab references from psymtab.cTom Tromey3-100/+143
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey9-107/+206
2021-03-20Introduce objfile::require_partial_symbolsTom Tromey6-49/+75
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey11-61/+59
2021-03-20Rearrange psymtab_storage constructionTom Tromey3-3/+9
2021-03-20Attach partial symtab storage to psymbol_functionsTom Tromey6-24/+76
2021-03-20Reference psymtabs via per_bfd in DWARF readerTom Tromey2-17/+32
2021-03-20Change how DWARF index writer finds address mapTom Tromey2-11/+19
2021-03-20Move psymtab statistics printing to psymtab.cTom Tromey11-60/+84
2021-03-20Change how DWARF indices use addrmapTom Tromey3-26/+32
2021-03-20Set per_bfd->partial_symtabs earlierTom Tromey2-6/+11