aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-15 * dwarf2read.c (create_debug_types_hash_table): Use hex_stringDoug Evans1-15/+11
2013-04-15 PR c++/11990:Tom Tromey1-7/+7
2013-04-12 * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: NowTom Tromey1-204/+207
2013-04-08 * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'.Tom Tromey1-2/+2
2013-04-08 * coffread.c (process_coff_symbol, coff_read_enum_type): CallTom Tromey1-4/+3
2013-04-05 * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment.Doug Evans1-9/+12
2013-04-03 * dwarf2read.c (read_die_and_siblings_1): Renamed fromDoug Evans1-11/+67
2013-04-03 * dwarf2read.c (struct dwo_file): New member comp_dir.Doug Evans1-20/+32
2013-04-02 * dwarf2read.c (read_structure_type): Fix typo in comment.Doug Evans1-1/+1
2013-04-01 * dwarf2read.c (lookup_signatured_type_at_offset): Delete.Doug Evans1-36/+1
2013-04-01 * dwarf2read.c (struct dwarf2_per_cu_data): Move memberDoug Evans1-65/+48
2013-04-01 * dwarf2read.c (free_dwo_file): Add comment.Doug Evans1-0/+3
2013-03-29 * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file.Doug Evans1-18/+37
2013-03-29 * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, andDoug Evans1-4/+0
2013-03-29 * dwarf2read.c (lookup_dwo_cutu): Improve complaint text.Doug Evans1-2/+2
2013-03-29 * dwarf2read.c (read_cutu_die_from_dwo): New function.Doug Evans1-155/+242
2013-03-29 * dwarf2read.c (struct signatured_type): Tweak comment.Doug Evans1-16/+22
2013-03-29 * dwarf2read.c (lookup_signatured_type): Remove complaint aboutDoug Evans1-7/+3
2013-03-29 * dwarf2read.c (create_debug_types_hash_table): Don't allocate theDoug Evans1-8/+8
2013-03-29 * dwarf2read.c (create_addrmap_from_index): Complain about bad CUDoug Evans1-3/+12
2013-03-29 * dwarf2read.c (dw2_get_file_names): Delete arg "objfile".Doug Evans1-12/+18
2013-03-28 * dwarf2read.c (struct dwarf2_per_cu_data): Rename memberDoug Evans1-22/+21
2013-03-28 * dwarf2read.c (create_partial_symtab): Add forward decl.Doug Evans1-186/+199
2013-03-28 * dwarf2read.c (dwarf2_physname): Move declaration to better spot.Doug Evans1-5/+5
2013-03-20 * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops,Tom Tromey1-9/+0
2013-03-202013-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>Tom Tromey1-28/+47
2013-03-14gdb/Jan Kratochvil1-0/+3
2013-03-10gdb/Jan Kratochvil1-3/+12
2013-02-18 PR gdb/15102:Tom Tromey1-5/+8
2013-02-03gdb/Jan Kratochvil1-30/+35