aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-06-02gdb: Convert language la_pass_by_reference field to a methodAndrew Burgess15-39/+54
2020-06-02gdb: Convert language la_read_var_value field to a methodAndrew Burgess15-61/+72
2020-06-02gdb: Convert language la_print_array_index field to a methodAndrew Burgess13-45/+56
2020-06-02gdb: Represent all languages as sub-classes of language_defnAndrew Burgess14-77/+406
2020-06-02[gdb/testsuite] Fix scrolling in gdb.dwarf2/multidictionary.expTom de Vries2-6/+8
2020-06-01gdb: Preserve is-stmt lines when switch between filesAndrew Burgess10-3/+734
2020-06-01hurd: Add shared mig declarationsSamuel Thibault4-7/+43
2020-05-31gnu-nat: Move local functions inside gnu_nat_target classSamuel Thibault3-88/+115
2020-05-30hurd: unwinding support over signal trampolinesSamuel Thibault2-0/+144
2020-05-30hurd: fix pushing target on inferior creationSamuel Thibault2-2/+9
2020-05-30hurd: add gnu_target pointer to fix thread API callsSamuel Thibault4-6/+26
2020-05-30hurd: remove unused variablesSamuel Thibault2-2/+6
2020-05-30hurd: add missing includeSamuel Thibault2-0/+5
2020-05-30hurd: make function cast strongerSamuel Thibault2-1/+7
2020-05-30hurd: add missing awk script dependencySamuel Thibault2-1/+6
2020-05-30hurd: fix gnu_debug_flag typeSamuel Thibault2-1/+5
2020-05-30gdb: change bug URL to httpsJonny Grant3-2/+6
2020-05-30replace_typedefs: handle templates in namespacesPedro Alves5-4/+305
2020-05-29gdb: rename dwarf2_per_objfile variables/fields to per_objfileSimon Marchi13-793/+719
2020-05-29Fix build errors in with clang in gdb.compile/compile-cplus.cGary Benson2-2/+20
2020-05-29Fix file-not-found error with clang in gdb.arch/i386-{avx,sse}.cGary Benson3-2/+8
2020-05-29Build two gdb.cp testcases with -Wno-unused-comparisonGary Benson3-2/+10
2020-05-28gdb: add comment in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_valueSimon Marchi2-0/+11
2020-05-28Fix Python3.9 related runtime problemsKevin Buettner2-26/+40
2020-05-28Fix "enumeration values not handled in switch" error in testsuiteGary Benson2-0/+7
2020-05-28gdb: use caller objfile in dwarf_evaluate_loc_desc::push_dwarf_reg_entry_valueSimon Marchi2-3/+9
2020-05-28Pass -Wno-deprecated-register for gdb.cp that use "register"Gary Benson4-3/+13
2020-05-28[gdb/symtab] Make gold index workaround more preciseTom de Vries2-8/+19
2020-05-28Fix "'operator new' should not return NULL" errors in testsuiteGary Benson2-2/+10
2020-05-27cp-completion-aliases.exp: Use test_gdb_complete_{unique,multiple}Pedro Alves2-23/+18
2020-05-27Use add_partial_symbol in load_partial_diesTom Tromey2-10/+7
2020-05-27Inline abbrev lookupTom Tromey3-18/+28
2020-05-27Lazily compute partial DIE nameTom Tromey2-33/+74
2020-05-27Attribute method inliningTom Tromey3-29/+34
2020-05-27Move exit_status_set_internal_vars out of GLOBAL_CURDIRHannes Domani2-1/+5
2020-05-27Use errno value of first openp failureHannes Domani2-0/+7
2020-05-27Don't close thread handles provided by WaitForDebugEventHannes Domani2-1/+5
2020-05-27Share DWARF partial symtabsTom Tromey4-15/+115
2020-05-27Move line_header_hash to dwarf2_per_objfileSimon Marchi3-9/+16
2020-05-27Make mapped_debug_names independent of objfileSimon Marchi2-74/+126
2020-05-27Replace dwarf2_per_cu_data::cu backlink with per-objfile mapSimon Marchi3-201/+247
2020-05-27Pass existing_cu object to cutu_readerSimon Marchi2-25/+48
2020-05-27Add comp_unit_head to dwarf2_per_cu_dataSimon Marchi3-34/+48
2020-05-27Make load_cu return the loaded dwarf2_cuSimon Marchi2-32/+43
2020-05-27Pass dwarf2_cu to process_full_{comp,type}_unitSimon Marchi2-22/+22
2020-05-27Pass dwarf2_per_bfd instead of dwarf2_per_objfile to some index-related funct...Simon Marchi2-47/+55
2020-05-27Move signatured_type::type to unshareable objectTom Tromey3-10/+47
2020-05-27Split type_unit_groupTom Tromey3-26/+83
2020-05-27Remove dwarf2_per_cu_data::dwarf2_per_objfileSimon Marchi3-11/+14
2020-05-27Remove leftover references to dwarf2_per_cu_data::dwarf2_per_objfileSimon Marchi2-3/+10