aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-27Add dwarf2_per_objfile parameter to get_die_type_at_offsetSimon Marchi4-15/+31
2020-05-27Add dwarf2_per_objfile parameter to free_one_cached_comp_unitSimon Marchi3-21/+44
2020-05-27Remove dwarf2_per_cu_data::objfile ()Simon Marchi6-64/+94
2020-05-27Add dwarf2_per_objfile parameters to dwarf2_fetch_* functionsSimon Marchi4-27/+65
2020-05-27Add dwarf2_per_objfile parameter to allocate_piece_closureSimon Marchi2-3/+11
2020-05-27Add dwarf2_per_objfile parameter to dwarf2_read_addr_indexSimon Marchi4-28/+55
2020-05-27Remove dwarf2_per_cu_data::text_offsetSimon Marchi6-39/+63
2020-05-27Add dwarf2_per_objfile to dwarf_expr_context and dwarf2_frame_cacheSimon Marchi5-53/+98
2020-05-27Move int type methods out of dwarf2_per_cu_dataSimon Marchi3-35/+53
2020-05-27Remove reference to dwarf2_per_cu_data::dwarf2_per_objfile in queue_and_load_...Simon Marchi2-1/+6
2020-05-27Pass dwarf2_cu objects to dwo-related functions, instead of dwarf2_per_cu_dataSimon Marchi2-45/+53
2020-05-27Add dwarf2_per_objfile parameter to process_full_{comp,type}_unitSimon Marchi2-10/+21
2020-05-27Add dwarf2_per_objfile parameter to recursively_compute_inclusionsSimon Marchi2-7/+18
2020-05-27Add dwarf2_per_objfile parameter to create_partial_symtabSimon Marchi2-7/+19
2020-05-27Remove dwarf2_per_cu_data::dwarf2_per_objfile reference in cutu_reader::keepSimon Marchi2-2/+10
2020-05-27Make queue_and_load_dwo_tu receive a dwarf2_cuSimon Marchi2-7/+12
2020-05-27Add dwarf2_per_objfile parameter to cutu_reader's constructorsSimon Marchi2-50/+103
2020-05-27Use bfd_get_filename instead of objfile_name in lookup_dwo_unitSimon Marchi2-1/+6
2020-05-27Make dwarf2_get_dwz_file take a dwarf2_per_bfdSimon Marchi6-28/+51