aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2021-03-26gdb-add-index.sh: Remove use of non posix 'local'Lancelot SIX1-0/+5
2021-03-26Use function view in quick_symbol_functions::map_symbol_filenamesTom Tromey1-0/+29
2021-03-26Simplify use of map_matching_symbols in ada-lang.cTom Tromey1-0/+6
2021-03-26Simplify psymbol_functions::expand_symtabs_matchingTom Tromey1-0/+5
2021-03-26Allow expand_symtabs_matching to examine imported psymtabsTom Tromey1-0/+5
2021-03-26gdb: defer commit resume until all available events are consumedSimon Marchi1-0/+15
2021-03-26gdb: generalize commit_resume, avoid commit-resuming when threads have pendin...Simon Marchi1-0/+55
2021-03-26target_is_non_stop_p and sync targetsPedro Alves1-0/+5
2021-03-26Avoid some pointer chasing in DWARF readerTom Tromey1-0/+7
2021-03-25Fix bkpt-other-inferior.exp racePedro Alves1-0/+5
2021-03-25Fix problem exposed by gdb.server/stop-reply-no-thread-multi.expPedro Alves1-0/+7
2021-03-25gdb/riscv: fix creating breakpoints at invalid addressesChangbin Du1-0/+5
2021-03-24gdb: remove current_top_target functionSimon Marchi1-0/+6
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi1-0/+171
2021-03-24Remove 'kind' parameter from dw2_map_matching_symbolsTom Tromey1-0/+8
2021-03-24Fix TYPE_DECLARED_CLASS thinkoKeith Seitz1-0/+6
2021-03-24gdb: make gdbarch_data_registry staticSimon Marchi1-0/+5
2021-03-24Add NEWS entry.Luis Machado1-0/+4
2021-03-24Extend "x" and "print" commands to support memory taggingLuis Machado1-0/+12
2021-03-24New memory-tag commandsLuis Machado1-0/+16
2021-03-24AArch64: Add MTE register set support for core filesLuis Machado1-0/+6
2021-03-24AArch64: Report tag violation error informationLuis Machado1-0/+9
2021-03-24AArch64: Add unit testing for logical tag set/get operationsLuis Machado1-0/+6
2021-03-24AArch64: Implement the memory tagging gdbarch hooksLuis Machado1-0/+16
2021-03-24Refactor parsing of /proc/<pid>/smapsLuis Machado1-0/+12
2021-03-24Convert char array to std::string in linux_find_memory_regions_fullLuis Machado1-0/+5
2021-03-24AArch64: Implement memory tagging target methods for AArch64Luis Machado1-0/+23
2021-03-24AArch64: Add MTE ptrace requestsLuis Machado1-0/+5
2021-03-24AArch64: Add MTE register set support for GDB and gdbserverLuis Machado1-0/+15
2021-03-24AArch64: Add target description/feature for MTE registersLuis Machado1-0/+23
2021-03-24AArch64: Add MTE CPU feature check supportLuis Machado1-0/+7
2021-03-24Unit testing for GDB-side remote memory tagging handlingLuis Machado1-0/+6
2021-03-24Add GDB-side remote target support for memory taggingLuis Machado1-0/+15
2021-03-24New gdbarch memory tagging hooksLuis Machado1-0/+14
2021-03-24New target methods for memory tagging supportLuis Machado1-0/+21
2021-03-23gdb: remote target_longnameSimon Marchi1-0/+4
2021-03-23gdb: remove target_is_pushed free functionSimon Marchi1-0/+6
2021-03-23gdb: remove push_target free functionsSimon Marchi1-0/+7
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-0/+8
2021-03-22gdb: handle invalid DWARF when compilation unit is missingAndrew Burgess1-0/+8
2021-03-22gdb/objc: make objc_demangle a member function of objc_languageAndrew Burgess1-0/+12
2021-03-22Add startswith function and use it instead of CONST_STRNEQ.Martin Liska1-0/+5
2021-03-20Allow multiple partial symbol readers per objfileTom Tromey1-0/+24
2021-03-20Switch objfile to hold a list of psymbol readersTom Tromey1-0/+25
2021-03-20Remove objfile::psymtabsTom Tromey1-0/+4
2021-03-20Change count_psyms to be a method on psymbol_functionsTom Tromey1-0/+7
2021-03-20Remove last objfile partial_symtab references from psymtab.cTom Tromey1-0/+10
2021-03-20Add partial_symtabs parameter to psymtab construction functionsTom Tromey1-0/+34
2021-03-20Introduce objfile::require_partial_symbolsTom Tromey1-0/+25
2021-03-20Remove sym_fns::sym_read_psymbolsTom Tromey1-0/+21