aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-18remove gdb_stat.hTom Tromey1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-13PR c++/7539Keith Seitz1-1/+74
2013-11-12Work around gold/15646.Doug Evans1-7/+36
2013-11-08Change "set debug dwarf2-read" to take a verbosity level.Doug Evans1-10/+20
2013-11-06gdb/dwarf2read.c: Sanity check DW_AT_sibling values.Will Newton1-2/+20
2013-10-16There were two functions who were calling "sizeof" twice.Sergio Durigan Junior1-1/+1
2013-10-09bfdTom Tromey1-1/+4
2013-10-08fix PR symtab/15597Tom Tromey1-12/+20
2013-10-05(dwarf2_section_info): Comment tweaks missed in previous checkin.Doug Evans1-2/+2
2013-10-05 Add support for DWP file format version 2.Doug Evans1-118/+758
2013-09-27 * dwarf2read.c (dwarf2_section_info): Add comment.Doug Evans1-13/+20
2013-09-27 * dwarf2read.c (die_reader_specs): Tweak comment.Doug Evans1-45/+111
2013-09-27 * dwarf2read.c (struct dwo_file): Add/tweak comments.Doug Evans1-41/+47
2013-09-25 * symfile.h (struct quick_symbol_functions): Reorg arg list ofDoug Evans1-2/+3
2013-09-24Support .dwp with the name of symlinked binary fileJan Kratochvil1-1/+12
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-62/+68
2013-09-17 * dwarf2read.c: Move definitions of complaint functions to afterDoug Evans1-68/+67
2013-09-04 * dwarf2read.c (queue_and_load_all_dwo_tus): New function.Doug Evans1-4/+69
2013-09-04Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH.Jan Kratochvil1-1/+1
2013-08-27 * dwarf2read.c (struct dwarf2_cu): Tweak comment.Doug Evans1-10/+9
2013-08-26 PR symtab/15885Doug Evans1-1/+16
2013-08-26 * dwarf2read.c (write_psymtabs_to_index): Move error checks ahead ofDoug Evans1-3/+3
2013-08-20 * buildsym.c (subfile_stack): Move here from buildsym.h.Doug Evans1-9/+6
2013-08-09(create_addrmap_from_index): Use hex_string instead of pulongest in previousDoug Evans1-1/+1
2013-08-09 * dwarf2read.c (create_addrmap_from_index): Ignore bad address tableDoug Evans1-4/+11
2013-08-07fix PR symtab/15028Tom Tromey1-9/+27
2013-08-07remove unused qf methodTom Tromey1-78/+0
2013-08-07fix recursively_compute_inclusions and add dwz test caseTom Tromey1-4/+12
2013-08-02 PR symtab/15691Doug Evans1-14/+33
2013-08-01 Further workarounds for binutils/15021.Doug Evans1-17/+41
2013-07-31 * dwarf2read.c (process_queue): Add type signature to debug output.Doug Evans1-11/+13
2013-07-30cleanup: constify "struct attribute" function parameterSanimir Agovic1-25/+25
2013-07-30cleanup: constify argument passed to dwarf form predicatesSanimir Agovic1-8/+8
2013-07-30cleanup: rename is_ref_attr to attr_form_is_refSanimir Agovic1-32/+33
2013-07-24 * dwarf2read.c (lookup_dwo_cutu): Change missing DWO complaint toDoug Evans1-6/+7
2013-07-23 * dwarf2read.c (init_cutu_and_read_dies): Revert patch fromTom Tromey1-14/+19
2013-07-22fix init_cutu_and_read_diesTom Tromey1-19/+14
2013-07-22fix dwarf_decode_line_headerTom Tromey1-0/+1
2013-07-17 * dwarf2read.c (dwarf2_per_objfile_free): ClearTom Tromey1-0/+4
2013-07-01change gdb to use BFD's "dwz" functionsTom Tromey1-22/+25
2013-06-20 symtab/15652Doug Evans1-10/+40
2013-06-20 * dwarf2read.c (struct dwp_file): Fix comment.Doug Evans1-3/+2
2013-06-19 * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_indexDoug Evans1-10/+33
2013-06-18do not use dwarf2_per_objfile in dwarf2_per_objfile_free.Joel Brobecker1-6/+5
2013-06-18gdb/Jan Kratochvil1-0/+6
2013-06-13 * dwarf2read.c (try_open_dwop_file): Work around behaviour ofDoug Evans1-7/+16
2013-06-06 * dwarf2read.c: Whitespace fixes for DWP file format documentation,Doug Evans1-37/+42
2013-05-23dwarf2read.c: Don't assume uint32_t is unsigned int on all hosts.Pedro Alves1-9/+9
2013-05-20 When reading CU, stay in DWO. Be more tolerent of bad debug info.Doug Evans1-25/+357