aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-03-30gdb/dwarf: disable per-BFD resource sharing for -readnow objfilesSimon Marchi6-46/+122
2021-03-30[gdb/testsuite] Add missing .debug_abbrev terminator in dw2-cu-size.STom de Vries2-0/+8
2021-03-29Remove parameter from language_infoTom Tromey4-14/+15
2021-03-29Don't pass empty options to GCCLuis Machado2-1/+11
2021-03-29Fix memory tagging section typeLuis Machado2-1/+6
2021-03-29testsuite, mi: avoid a clang bug in 'user-selected-context-sync.exp'Tankut Baris Aktemur2-2/+13
2021-03-29Restore procfs.c compilationRainer Orth2-2/+11
2021-03-28Simplify DWARF reader initializationTom Tromey4-68/+66
2021-03-27Don't declare elf_sym_fns_lazy_psymsTom Tromey2-2/+4
2021-03-27Don't clear 'qf' in elf_symfile_readTom Tromey2-1/+4
2021-03-27gdb/testsuite: make some test names unique in gdb.arch/powerpc-*.expWill Schmidt3-4/+11
2021-03-26gdb-add-index.sh: Remove use of non posix 'local'Lancelot SIX2-13/+17
2021-03-26Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey11-81/+100
2021-03-26Simplify use of map_matching_symbols in ada-lang.cTom Tromey2-28/+24
2021-03-26Simplify psymbol_functions::expand_symtabs_matchingTom Tromey2-1/+10
2021-03-26Allow expand_symtabs_matching to examine imported psymtabsTom Tromey2-5/+5
2021-03-26gdb/testsuite: more testing of pretty printer 'array' display_hintAndrew Burgess4-0/+45
2021-03-26gdb: defer commit resume until all available events are consumedSimon Marchi8-0/+108
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi12-98/+575
2021-03-26target_is_non_stop_p and sync targetsPedro Alves2-4/+10
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