summaryrefslogtreecommitdiff
path: root/gdb/dwarf2/read.c
AgeCommit message (Expand)Author
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-23gdb: avoid accessing global C++ language implementation functionsAndrew Burgess
2020-12-14Be more careful when rewriting thick pointer array typeTom Tromey
2020-12-11gdb: factor out debug_prefixed_printf_condSimon Marchi
2020-12-09Handle 128-bit constants for fixed pointTom Tromey
2020-12-01Search for DWZ files in debug-file-directories as wellSergio Durigan Junior
2020-11-23gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macroJoel Brobecker
2020-11-20gdb: fix dwarf2/read.c build on solarisSimon Marchi
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker
2020-11-12gdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_instantiate_symtabSimon Marchi
2020-11-12gdb/dwarf: fix typo in dwarf2/read.cSimon Marchi
2020-11-12gdb: convert "set debug dwarf-read" to new styleSimon Marchi
2020-11-05Remove objfile parameter from abbrev_table::readTom Tromey
2020-11-04Recognize names of array typesTom Tromey
2020-11-04Only use stride for final element typeTom Tromey
2020-11-04Synthesize array descriptors with -fgnat-encodings=minimalTom Tromey
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-11-01Change end_psymtab_common to a methodTom Tromey
2020-11-01Remove parameter from end_psymtab_commonTom Tromey
2020-11-01Remove init_psymbol_listTom Tromey
2020-10-26[gdb/symtab] Read CU base address for enqueued CUTom de Vries
2020-10-22gdb/dwarf: fix reading subprogram with DW_AT_specification (PR gdb/26693)Simon Marchi
2020-10-17Have partial symbol tables own psymbol vectorsTom Tromey
2020-10-09Fix bit offset regressionTom Tromey
2020-10-02DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries.nitachra
2020-09-30[gdb] Fix regression in dwarf2_nameTom de Vries
2020-09-30Fix regression in variant part handlingTom Tromey
2020-09-29Remove DW_UNSNDTom Tromey
2020-09-29Add attribute::as_boolean methodTom Tromey
2020-09-29Add attribute::as_virtuality methodTom Tromey
2020-09-29Change is_valid_DW_AT_defaulted to a method on attributeTom Tromey
2020-09-29Add attribute::as_unsigned methodTom Tromey
2020-09-29Change how accessibility is handled in dwarf2/read.cTom Tromey
2020-09-29Change how reprocessing is doneTom Tromey
2020-09-29Remove DW_ADDRTom Tromey
2020-09-29Add reprocessing flag to struct attributeTom Tromey
2020-09-29Use setter for attribute's unsigned valueTom Tromey
2020-09-29Remove DW_SNDTom Tromey
2020-09-29Remove DW_SIGNATURETom Tromey
2020-09-29Remove DW_BLOCKTom Tromey
2020-09-29Remove DW_STRING and DW_STRING_IS_CANONICALTom Tromey
2020-09-29Remove some uses of DW_STRING_IS_CANONICALTom Tromey
2020-09-29Change some uses of DW_STRING to string methodTom Tromey
2020-09-29Rename struct attribute accessorsTom Tromey
2020-09-29Add attribute::value_as_string methodTom Tromey
2020-09-23Handle bit offset and bit size in base typesTom Tromey
2020-09-19Use gdb_bfd_sections in dwarf2/read.cTom Tromey
2020-09-17Use htab_up in dwarf2/read.cTom Tromey
2020-09-16gdb: Convert language_data::la_array_ordering to a methodAndrew Burgess
2020-09-16gdb: Override store_sym_names_in_linkage_form_p for Go languageAndrew Burgess