aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2021-04-04gdb: fix internal error in avr_frame_unwind_cacheSimon Marchi2-1/+6
2021-04-02gdb: remove objfile parameter from get_objfile_bfd_dataSimon Marchi2-6/+9
2021-04-02gdb: pass objfile_per_bfd_storage instead of objfile to partial_symtabSimon Marchi11-46/+75
2021-04-02gdb: use std::string in partial_symtab::partial_symtab / allocate_symtabSimon Marchi3-12/+16
2021-04-02gdb: add intern methods to objfile_per_bfd_storageSimon Marchi2-3/+26
2021-04-01gdb: remove TYPE_FLAG_ENUMSimon Marchi3-3/+6
2021-04-01gdb: add type::is_flag_enum / type::set_is_flag_enumSimon Marchi3-7/+24
2021-04-01gdb: remove TYPE_DECLARED_CLASSSimon Marchi9-22/+19
2021-04-01gdb: add type::is_declared_class / type::set_is_declared_classSimon Marchi3-4/+28
2021-04-01Fix obvious typo in gdb/testsuite/lib/pdtrace.inEgeyar Bagcioglu2-1/+5
2021-04-01Use importlib instead of imp module on python 3.4+Boris Staletic2-2/+9
2021-04-01[gdb/testsuite] Fix unset of DEBUGINFOD_URLS in default_gdb_initTom de Vries1-3/+1
2021-04-01Use startswith in gdb subfolder.Martin Liska6-42/+50
2021-03-31Remove two trivial functions from dwarf2/read.cTom Tromey2-35/+17
2021-03-31Fix typo in dwarf2/stringify.hTom Tromey2-1/+5
2021-03-31Add some error checking to DWARF assemblerTom Tromey2-33/+57
2021-03-31[gdb/testsuite] Ignore DEBUGINFOD_URLSTom de Vries2-0/+11
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