aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-07* dwarf2read.c (read_str_index): Rename local dwo_name to objf_name.Doug Evans1-5/+5
2014-03-07read_cutu_die_from_dwo: Misc minor cleanups.Doug Evans1-4/+3
2014-02-26DWARF: Read constant-class addresses correctlyJoel Brobecker1-28/+48
2014-02-26start change to progspace independenceTom Tromey1-1/+1
2014-02-26Add comment in dwarf2read.c::read_subrange_typeJoel Brobecker1-0/+7
2014-02-26DWARF: Set enum type "flag_enum" and "unsigned" flags at type creation.Joel Brobecker1-16/+66
2014-02-26DWARF: Add array DW_AT_bit_stride and DW_AT_byte_stride supportJoel Brobecker1-3/+15
2014-02-20fix whitespace in previous commitDoug Evans1-0/+1
2014-02-20Fix PR symtab/16581Doug Evans1-2/+28
2014-01-16dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.Doug Evans1-1/+1
2014-01-15* dwarf2read.c (open_and_init_dwp_file): Use pulongest to print uint32_t.Doug Evans1-4/+6
2014-01-15move the "main" data into the per-BFD objectTom Tromey1-1/+1
2014-01-15make language_of_main staticTom Tromey1-7/+1
2014-01-14psymtab cleanup patch 2/3Doug Evans1-3/+3
2014-01-13PR symtab/16426Doug Evans1-0/+9
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-19fortran: enable ptype/whatis for modules.Keven Boell1-0/+20
2013-12-11 * dwarf2read.c (lookup_dwo_cutu): Include name of dwp file inDoug Evans1-5/+19
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