summaryrefslogtreecommitdiff
path: root/gdb/dwarf2
Commit message (Expand)AuthorAgeFilesLines
* Find tailcall frames before inline framesTom Tromey2020-03-031-26/+8
* Pass correct die_reader_specs in cutu_reader::init_tu_and_read_dwo_diesSimon Marchi2020-02-281-2/+1
* Remove field_info::nfields memberTom Tromey2020-02-271-7/+8
* Specialize partial_symtab for DWARF include filesTom Tromey2020-02-261-19/+41
* Remove casts from dwarf2/index-write.cTom Tromey2020-02-261-13/+13
* Add debuginfod support to GDBAaron Merey2020-02-261-0/+24
* Move more declarations from dwarf2/loc.h to dwarf2/read.hSimon Marchi2020-02-263-35/+42
* Move dwarf2_read_addr_index declaration to dwarf2/read.hSimon Marchi2020-02-253-9/+10
* Move dwarf2_get_die_type declaration to dwarf2/read.hSimon Marchi2020-02-253-5/+7
* Fix a memory leak and remove an unused memberTom Tromey2020-02-241-7/+3
* Convert IS_TYPE_UNIT_GROUP to methodTom Tromey2020-02-242-7/+12
* Simplify setting of reading_partial_symbolsTom Tromey2020-02-241-3/+3
* Make dwarf2_compile_expr_to_ax staticTom Tromey2020-02-222-21/+1
* Check for null result from gdb_demangleAli Tamur via gdb-patches2020-02-211-0/+2
* Fix latent bug in dwarf2_find_containing_comp_unitTom Tromey2020-02-201-11/+83
* gdb: dwarf2/read.c: remove unused objfile parameters/variablesSimon Marchi2020-02-191-34/+19
* gdb: allow duplicate enumerators in flag enumsSimon Marchi2020-02-181-5/+0
* gdb: fix printing of flag enums with multi-bit enumeratorsSimon Marchi2020-02-181-3/+9
* Return unique_xmalloc_ptr from call_site_find_chainTom Tromey2020-02-143-19/+13
* [gdb] Speedup lnp_state_machine::handle_special_opcodeRichard Biener2020-02-141-5/+5
* Move the frame data to the BFD when possibleTom Tromey2020-02-121-5/+34
* Remove the objfile backlink from comp_unitTom Tromey2020-02-121-13/+14
* Remove a use of the comp_unit backlinkTom Tromey2020-02-121-8/+14
* Add per-unit obstackTom Tromey2020-02-121-2/+5
* Store the comp_unit instead of the FDE tableTom Tromey2020-02-121-25/+26
* Change fde table to a vectorTom Tromey2020-02-121-115/+61
* Remove dwarf_expr_batonTom Tromey2020-02-121-9/+0
* Don't forward-declare struct objfile in dwarf2/frame.hTom Tromey2020-02-111-1/+0
* [gdb] Fix -Wstrict-null-sentinel warningsTom de Vries2020-02-101-1/+2
* [gdb] Mention CU offset for <artifical> if verboseTom de Vries2020-02-091-0/+8
* Remove "keep" parameter from cutu_reader constructorTom Tromey2020-02-081-27/+28
* Simplify "want_partial_unit" handlingTom Tromey2020-02-081-9/+5
* Move two more functions to dwarf2/leb.hTom Tromey2020-02-082-31/+27
* Convert read_address to a method on comp_unit_headTom Tromey2020-02-083-69/+72
* Convert read_offset to method on comp_unit_headTom Tromey2020-02-083-32/+22
* Create dwarf2/comp-unit.[ch]Tom Tromey2020-02-083-293/+362
* Move read_offset_1 to leb.cTom Tromey2020-02-083-31/+33
* Convert dwarf2_section_size to a methodTom Tromey2020-02-082-18/+15
* Unify read_initial_length implementationsTom Tromey2020-02-084-83/+69
* Add some methods to dwarf2_per_cu_dataTom Tromey2020-02-084-133/+123
* Move dwarf2_per_cu_data::imported_symtabs earlierTom Tromey2020-02-081-26/+26
* Move DWARF line_header to new fileTom Tromey2020-02-084-253/+307
* Change line_table methods to return unique_xmalloc_ptrTom Tromey2020-02-081-17/+20
* Change file_full_name and file_file_name methodsTom Tromey2020-02-081-23/+24
* Move dwarf_always_disassemble to dwarf2/loc.cTom Tromey2020-02-083-26/+24
* Change dwarf2_per_objfile::quick_file_names_table to htab_upTom Tromey2020-02-082-10/+7
* Minor simplification in abbrev_table::readTom Tromey2020-02-081-1/+1
* Use htab_up in abbrev_tableTom Tromey2020-02-082-33/+34
* Minor cleanups in abbrev_tableTom Tromey2020-02-083-37/+37
* Change dwarf2_per_objfile::die_type_hash to htab_upTom Tromey2020-02-082-13/+8