aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
2020-04-14[gdb] Fix missing symtab includesTom de Vries1-12/+25
2020-04-14[gdb] Expand symbolless symtabs using maint expand-symtabsTom de Vries1-4/+28
2020-04-08Remove objfile parameter from read_gdb_index_from_bufferSimon Marchi1-5/+3
2020-04-07DWARFv5: Info address command error in gdb with DWARFfv5.nitachra1-4/+19
2020-04-07DWARFv5: Handle location list for split dwarf.nitachra1-5/+13
2020-04-07Support for DW_AT_loclists_base and DW_FORM_loclistx.nitachra2-1/+136
2020-04-07gdb: small cleanups in dwarf2_psymtab constructorsSimon Marchi2-9/+4
2020-04-07[gdb/symtab] Add symbol with inherited DW_AT_const_value to psymtabsTom de Vries1-0/+37
2020-04-06Handle complex error type in read_base_typeTom Tromey1-1/+13
2020-04-03Fix attributes of typed enums of typedefsHannes Domani1-4/+6
2020-04-03Fix DWARF disassembly of DW_OP_const_typeTom Tromey1-0/+6
2020-04-02Micro-optimize partial_die_info::readTom Tromey1-4/+3
2020-04-02[gdb/ada] Fix -readnow FAILsTom de Vries1-3/+29
2020-04-02[gdb] Use partial symbol table to find language for mainTom de Vries1-0/+2
2020-04-01Change how complex types are createdTom Tromey1-1/+1
2020-04-01Avoid copying in lookup_name_infoTom Tromey1-1/+1
2020-03-31Don't pass NULL to memcpy in gdbTom Tromey1-2/+3
2020-03-29gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi1-2/+2
2020-03-28Fix comment in dwarf2/attribute.hTom Tromey1-3/+3
2020-03-28Fix formatting of read_attribute_reprocessTom Tromey1-2/+3
2020-03-26Change two functions to be methods on struct attributeTom Tromey3-60/+67
2020-03-26Move DWARF-constant stringifying code to new fileTom Tromey3-93/+153
2020-03-26Rewrite new die_info methodsTom Tromey1-12/+16
2020-03-26Change two more functions to be methods on die_infoTom Tromey2-31/+29
2020-03-26Remove sibling_dieTom Tromey1-36/+26
2020-03-26Change dwarf2_attr_no_follow to be a methodTom Tromey2-29/+19
2020-03-26Remove dwarf2_cu::base_knownTom Tromey1-30/+17
2020-03-26Move die_info to new headerTom Tromey2-39/+63
2020-03-26Move more code to line-header.cTom Tromey3-329/+352
2020-03-26Convert read_indirect_line_string to a methodTom Tromey2-20/+20
2020-03-26Trivial fix in dwarf_decode_macro_bytesTom Tromey1-3/+3
2020-03-26Use a const dwarf2_section_info in macro readerTom Tromey2-6/+7
2020-03-26Use a const line_header in macro readerTom Tromey3-5/+5
2020-03-26Make some line_header methods constTom Tromey2-6/+16
2020-03-26Move code to new file dwarf2/macro.cTom Tromey3-830/+902
2020-03-26Add dwarf2_section_info::read_string methodTom Tromey3-49/+33
2020-03-26Convert dwarf2_section_buffer_overflow_complaint to a methodTom Tromey3-11/+11
2020-03-26Move dwarf2_section_buffer_overflow_complaint to dwarf2/section.cTom Tromey3-9/+13
2020-03-26Split dwarf_decode_macros into two overloadsTom Tromey1-43/+59
2020-03-26Change dwarf_decode_macro_bytes calling conventionTom Tromey1-10/+13
2020-03-26Add dwz.c and dwz_file::read_stringTom Tromey3-32/+49
2020-03-26Introduce dwarf2/dwz.hTom Tromey5-31/+61
2020-03-20Make dwarf2_evaluate_property parameter constTom Tromey2-3/+3
2020-03-17[gdb] Skip imports of c++ CUsTom de Vries2-0/+28
2020-03-16Fix dwarf2_name caching bugTom Tromey1-10/+8
2020-03-11[gdb] Fix segv in "maint print symbols" for ada execTom de Vries1-1/+5
2020-03-10gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess1-6/+7
2020-03-07[gdb] Support anonymous typedef generated by gcc -feliminate-dwarf2-dupsTom de Vries1-0/+10
2020-03-04Introduce objfile::internTom Tromey1-27/+16
2020-03-03Find tailcall frames before inline framesTom Tromey1-26/+8