aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Avoid some pointer chasing in DWARF readerTom Tromey2-7/+13
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-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-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-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