aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2
AgeCommit message (Expand)AuthorFilesLines
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
2020-02-21Check for null result from gdb_demangleAli Tamur via gdb-patches1-0/+2
2020-02-20Fix latent bug in dwarf2_find_containing_comp_unitTom Tromey1-11/+83
2020-02-19gdb: dwarf2/read.c: remove unused objfile parameters/variablesSimon Marchi1-34/+19
2020-02-18gdb: allow duplicate enumerators in flag enumsSimon Marchi1-5/+0
2020-02-18gdb: fix printing of flag enums with multi-bit enumeratorsSimon Marchi1-3/+9
2020-02-14Return unique_xmalloc_ptr from call_site_find_chainTom Tromey3-19/+13
2020-02-14[gdb] Speedup lnp_state_machine::handle_special_opcodeRichard Biener1-5/+5
2020-02-12Move the frame data to the BFD when possibleTom Tromey1-5/+34
2020-02-12Remove the objfile backlink from comp_unitTom Tromey1-13/+14
2020-02-12Remove a use of the comp_unit backlinkTom Tromey1-8/+14
2020-02-12Add per-unit obstackTom Tromey1-2/+5
2020-02-12Store the comp_unit instead of the FDE tableTom Tromey1-25/+26
2020-02-12Change fde table to a vectorTom Tromey1-115/+61
2020-02-12Remove dwarf_expr_batonTom Tromey1-9/+0
2020-02-11Don't forward-declare struct objfile in dwarf2/frame.hTom Tromey1-1/+0
2020-02-10[gdb] Fix -Wstrict-null-sentinel warningsTom de Vries1-1/+2
2020-02-09[gdb] Mention CU offset for <artifical> if verboseTom de Vries1-0/+8
2020-02-08Remove "keep" parameter from cutu_reader constructorTom Tromey1-27/+28
2020-02-08Simplify "want_partial_unit" handlingTom Tromey1-9/+5
2020-02-08Move two more functions to dwarf2/leb.hTom Tromey2-31/+27
2020-02-08Convert read_address to a method on comp_unit_headTom Tromey3-69/+72
2020-02-08Convert read_offset to method on comp_unit_headTom Tromey3-32/+22
2020-02-08Create dwarf2/comp-unit.[ch]Tom Tromey3-293/+362
2020-02-08Move read_offset_1 to leb.cTom Tromey3-31/+33
2020-02-08Convert dwarf2_section_size to a methodTom Tromey2-18/+15
2020-02-08Unify read_initial_length implementationsTom Tromey4-83/+69
2020-02-08Add some methods to dwarf2_per_cu_dataTom Tromey4-133/+123
2020-02-08Move dwarf2_per_cu_data::imported_symtabs earlierTom Tromey1-26/+26
2020-02-08Move DWARF line_header to new fileTom Tromey4-253/+307
2020-02-08Change line_table methods to return unique_xmalloc_ptrTom Tromey1-17/+20
2020-02-08Change file_full_name and file_file_name methodsTom Tromey1-23/+24
2020-02-08Move dwarf_always_disassemble to dwarf2/loc.cTom Tromey3-26/+24
2020-02-08Change dwarf2_per_objfile::quick_file_names_table to htab_upTom Tromey2-10/+7