aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-28Pass correct die_reader_specs in cutu_reader::init_tu_and_read_dwo_diesSimon Marchi1-2/+1
2020-02-27Remove field_info::nfields memberTom Tromey1-7/+8
2020-02-26Specialize partial_symtab for DWARF include filesTom Tromey1-19/+41
2020-02-26Remove casts from dwarf2/index-write.cTom Tromey1-13/+13
2020-02-26Add debuginfod support to GDBAaron Merey1-0/+24
2020-02-26Move more declarations from dwarf2/loc.h to dwarf2/read.hSimon Marchi3-35/+42
2020-02-25Move dwarf2_read_addr_index declaration to dwarf2/read.hSimon Marchi3-9/+10
2020-02-25Move dwarf2_get_die_type declaration to dwarf2/read.hSimon Marchi3-5/+7
2020-02-24Fix a memory leak and remove an unused memberTom Tromey1-7/+3
2020-02-24Convert IS_TYPE_UNIT_GROUP to methodTom Tromey2-7/+12
2020-02-24Simplify setting of reading_partial_symbolsTom Tromey1-3/+3
2020-02-22Make dwarf2_compile_expr_to_ax staticTom Tromey2-21/+1