aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2021-03-06Move dwarf2_get_dwz_file to dwarf2/dwz.hTom Tromey5-242/+257
2021-03-06Avoid crash on missing dwz fileTom Tromey3-12/+21
2021-03-06Change section_is_p to a method on dwarf2_section_namesTom Tromey2-79/+70
2021-03-06Create new file dwarf2/sect-names.hTom Tromey2-0/+69
2021-03-06Micro-optimize abbrev reading and storageTom Tromey3-67/+51
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey1-27/+130
2021-02-25[gdb/symtab] Fix wrong unit_type Dwarf ErrorTom de Vries1-1/+1
2021-02-24[gdb/symtab] Handle DW_AT_decl_file with form DW_FORM_implicit_constTom de Vries3-3/+36
2021-02-23gdb/dwarf: create and destroy dwarf2_per_bfd's CUs-to-expand queueSimon Marchi2-30/+46
2021-02-23gdb/dwarf: don't enqueue CU in maybe_queue_comp_unit if already expandedSimon Marchi1-17/+53
2021-02-11[gdb/symtab] Handle DW_FORM_strx in form_requires_reprocessingTom de Vries1-1/+2
2021-02-10gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macrosAndrew Burgess1-5/+5
2021-02-09[gdb/symtab] Fix element type modification in read_array_typeTom de Vries1-0/+10
2021-02-05[gdb/symtab] Handle DW_TAG_type_unit in process_psymtab_comp_unitTom de Vries1-0/+3
2021-02-05[gdb/symtab] Fix duplicate CUs in create_cus_from_debug_names_listTom de Vries1-0/+1
2021-02-05[gdb/symtab] Fix indentation in create_cus_from_debug_names_listTom de Vries1-15/+17
2021-02-02gdb/dwarf: make read_{loc,rng}list_index return sect_offsetSimon Marchi1-10/+12
2021-02-02gdb/dwarf: split dwarf2_cu::ranges_base in twoSimon Marchi2-76/+102
2021-02-02gdb/dwarf: read correct rnglist/loclist header in read_{rng,loc}list_indexSimon Marchi1-6/+38
2021-02-02gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listxSimon Marchi3-4/+18
2021-02-02gdb/dwarf: remove unnecessary check in read_{rng,loc}list_indexSimon Marchi1-11/+0
2021-02-02gdb/dwarf: add missing bound check to read_loclist_indexSimon Marchi1-4/+13
2021-02-02gdb/dwarf: fix bound check in read_rnglist_indexSimon Marchi1-1/+3
2021-02-02gdb/dwarf: change read_loclist_index complaints into errorsSimon Marchi1-8/+11
2021-02-02[gdb/symtab] Fix assert in write_one_signatured_typeTom de Vries1-0/+8
2021-01-25[gdb/symtab] Handle DW_AT_ranges with DW_FORM_sec_off in partial DIETom de Vries1-1/+1
2021-01-25Fix fixed-point regression with recent GCCTom Tromey1-19/+42
2021-01-23Use std::vector for "registers_used" in compile featureTom Tromey2-4/+4
2021-01-20gdb/dwarf: add assertion in maybe_queue_comp_unitSimon Marchi1-1/+6
2021-01-20gdb/dwarf: add some logging in dwarf2/read.cSimon Marchi1-0/+15
2021-01-19Convert some frame functions to use gdb::array_view.Luis Machado1-3/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker35-35/+35
2020-12-23gdb: avoid accessing global C++ language implementation functionsAndrew Burgess1-3/+4
2020-12-14Be more careful when rewriting thick pointer array typeTom Tromey1-13/+58
2020-12-11gdb: factor out debug_prefixed_printf_condSimon Marchi1-12/+4
2020-12-09Handle 128-bit constants for fixed pointTom Tromey1-34/+48
2020-12-03gdb: fix logic of find_comp_unit and set_comp_unitSimon Marchi1-4/+6
2020-12-01Search for DWZ files in debug-file-directories as wellSergio Durigan Junior1-7/+100
2020-11-30[gdb/symtab] Fix gdb.base/vla-optimized-out.exp with clangTom de Vries1-4/+9
2020-11-23gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macroJoel Brobecker1-2/+2
2020-11-20gdb: fix dwarf2/read.c build on solarisSimon Marchi1-2/+2
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker1-0/+211
2020-11-12gdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_instantiate_symtabSimon Marchi1-1/+1
2020-11-12gdb/dwarf: fix typo in dwarf2/read.cSimon Marchi1-1/+1
2020-11-12gdb: convert "set debug dwarf-read" to new styleSimon Marchi1-152/+114
2020-11-05Remove objfile parameter from abbrev_table::readTom Tromey3-13/+16
2020-11-04Recognize names of array typesTom Tromey1-5/+21
2020-11-04Only use stride for final element typeTom Tromey1-4/+12
2020-11-04Synthesize array descriptors with -fgnat-encodings=minimalTom Tromey1-6/+322
2020-11-04Rewrite leb.h:read_3_bytesTom Tromey1-8/+1