aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-20[dwarf] Mark all functions as prototyped except C functions.Joel Brobecker1-12/+33
2013-05-16[dwarf]: Add DW_LANG_UPC support in set_cu_language.Joel Brobecker1-0/+1
2013-05-13 PR gdb/15538:Tom Tromey1-2/+3
2013-05-06 * dwarf2loc.c (invalid_synthetic_pointer): Move earlier.Tom Tromey1-0/+144
2013-05-06 * dwarf2read.c (dwarf2_const_value_data): Remove unusedTom Tromey1-10/+5
2013-05-06 * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', notTom Tromey1-3/+2
2013-05-06 * dbxread.c (process_one_symbol): Constify section_offsets parameter.Doug Evans1-2/+3
2013-04-30 * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found.Doug Evans1-55/+67
2013-04-30 * dwarf2read.c (dw2_find_symbol_file): Initialize filename beforeDoug Evans1-0/+3
2013-04-29 * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning forPierre Muller1-3/+3
2013-04-29Add ARI marker to get_DW_AT_signature_type.Joel Brobecker1-2/+2
2013-04-25 PR corefiles/14983:Tom Tromey1-2/+1
2013-04-24 * dwarf2read.c (setup_type_unit_groups): Fix comment.Doug Evans1-1/+1
2013-04-22 PR gdb/7912:Tom Tromey1-1/+2
2013-04-19-Wpointer-sign: dwarf2read.c.Pedro Alves1-2/+2
2013-04-19-Wpointer-sign: char -> gdb_byte.Pedro Alves1-3/+3
2013-04-17 * dwarf2read.c (struct signatured_type): New member type.Doug Evans1-89/+205
2013-04-15 * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu".Doug Evans1-64/+74