summaryrefslogtreecommitdiff
path: root/gdb/dwarf2
Commit message (Expand)AuthorAgeFilesLines
* Change how complex types are createdTom Tromey2020-04-011-1/+1
* Avoid copying in lookup_name_infoTom Tromey2020-04-011-1/+1
* Don't pass NULL to memcpy in gdbTom Tromey2020-03-311-2/+3
* gdb: rename partial_symtab::read_dependencies to expand_dependenciesSimon Marchi2020-03-291-2/+2
* Fix comment in dwarf2/attribute.hTom Tromey2020-03-281-3/+3
* Fix formatting of read_attribute_reprocessTom Tromey2020-03-281-2/+3
* Change two functions to be methods on struct attributeTom Tromey2020-03-263-60/+67
* Move DWARF-constant stringifying code to new fileTom Tromey2020-03-263-93/+153
* Rewrite new die_info methodsTom Tromey2020-03-261-12/+16
* Change two more functions to be methods on die_infoTom Tromey2020-03-262-31/+29
* Remove sibling_dieTom Tromey2020-03-261-36/+26
* Change dwarf2_attr_no_follow to be a methodTom Tromey2020-03-262-29/+19
* Remove dwarf2_cu::base_knownTom Tromey2020-03-261-30/+17
* Move die_info to new headerTom Tromey2020-03-262-39/+63
* Move more code to line-header.cTom Tromey2020-03-263-329/+352
* Convert read_indirect_line_string to a methodTom Tromey2020-03-262-20/+20
* Trivial fix in dwarf_decode_macro_bytesTom Tromey2020-03-261-3/+3
* Use a const dwarf2_section_info in macro readerTom Tromey2020-03-262-6/+7
* Use a const line_header in macro readerTom Tromey2020-03-263-5/+5
* Make some line_header methods constTom Tromey2020-03-262-6/+16
* Move code to new file dwarf2/macro.cTom Tromey2020-03-263-830/+902
* Add dwarf2_section_info::read_string methodTom Tromey2020-03-263-49/+33
* Convert dwarf2_section_buffer_overflow_complaint to a methodTom Tromey2020-03-263-11/+11
* Move dwarf2_section_buffer_overflow_complaint to dwarf2/section.cTom Tromey2020-03-263-9/+13
* Split dwarf_decode_macros into two overloadsTom Tromey2020-03-261-43/+59
* Change dwarf_decode_macro_bytes calling conventionTom Tromey2020-03-261-10/+13
* Add dwz.c and dwz_file::read_stringTom Tromey2020-03-263-32/+49
* Introduce dwarf2/dwz.hTom Tromey2020-03-265-31/+61
* Make dwarf2_evaluate_property parameter constTom Tromey2020-03-202-3/+3
* [gdb] Skip imports of c++ CUsTom de Vries2020-03-172-0/+28
* Fix dwarf2_name caching bugTom Tromey2020-03-161-10/+8
* [gdb] Fix segv in "maint print symbols" for ada execTom de Vries2020-03-111-1/+5
* gdb: Add support for tracking the DWARF line table is-stmt fieldAndrew Burgess2020-03-101-6/+7
* [gdb] Support anonymous typedef generated by gcc -feliminate-dwarf2-dupsTom de Vries2020-03-071-0/+10
* Introduce objfile::internTom Tromey2020-03-041-27/+16
* 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