Age | Commit message (Expand) | Author | Files | Lines |
2013-07-01 | change gdb to use BFD's "dwz" functions | Tom Tromey | 1 | -22/+25 |
2013-06-20 | symtab/15652 | Doug Evans | 1 | -10/+40 |
2013-06-20 | * dwarf2read.c (struct dwp_file): Fix comment. | Doug Evans | 1 | -3/+2 |
2013-06-19 | * dwarf2read.c (dw2_symtab_iter_next): Check value of cu_index | Doug Evans | 1 | -10/+33 |
2013-06-18 | do not use dwarf2_per_objfile in dwarf2_per_objfile_free. | Joel Brobecker | 1 | -6/+5 |
2013-06-18 | gdb/ | Jan Kratochvil | 1 | -0/+6 |
2013-06-13 | * dwarf2read.c (try_open_dwop_file): Work around behaviour of | Doug Evans | 1 | -7/+16 |
2013-06-06 | * dwarf2read.c: Whitespace fixes for DWP file format documentation, | Doug Evans | 1 | -37/+42 |
2013-05-23 | dwarf2read.c: Don't assume uint32_t is unsigned int on all hosts. | Pedro Alves | 1 | -9/+9 |
2013-05-20 | When reading CU, stay in DWO. Be more tolerent of bad debug info. | Doug Evans | 1 | -25/+357 |
2013-05-20 | [dwarf] Mark all functions as prototyped except C functions. | Joel Brobecker | 1 | -12/+33 |
2013-05-16 | [dwarf]: Add DW_LANG_UPC support in set_cu_language. | Joel Brobecker | 1 | -0/+1 |
2013-05-13 | PR gdb/15538: | Tom Tromey | 1 | -2/+3 |
2013-05-06 | * dwarf2loc.c (invalid_synthetic_pointer): Move earlier. | Tom Tromey | 1 | -0/+144 |
2013-05-06 | * dwarf2read.c (dwarf2_const_value_data): Remove unused | Tom Tromey | 1 | -10/+5 |
2013-05-06 | * dwarf2read.c (dwarf2_const_value_attr): Use 'obstack', not | Tom Tromey | 1 | -3/+2 |
2013-05-06 | * dbxread.c (process_one_symbol): Constify section_offsets parameter. | Doug Evans | 1 | -2/+3 |
2013-04-30 | * dwarf2read.c (lookup_dwo_unit): Return NULL if DWO not found. | Doug Evans | 1 | -55/+67 |
2013-04-30 | * dwarf2read.c (dw2_find_symbol_file): Initialize filename before | Doug Evans | 1 | -0/+3 |
2013-04-29 | * dwarf2read.c (handle_DW_AT_stmt_list): Avoid ARI warning for | Pierre Muller | 1 | -3/+3 |
2013-04-29 | Add ARI marker to get_DW_AT_signature_type. | Joel Brobecker | 1 | -2/+2 |
2013-04-25 | PR corefiles/14983: | Tom Tromey | 1 | -2/+1 |
2013-04-24 | * dwarf2read.c (setup_type_unit_groups): Fix comment. | Doug Evans | 1 | -1/+1 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -1/+2 |
2013-04-19 | -Wpointer-sign: dwarf2read.c. | Pedro Alves | 1 | -2/+2 |
2013-04-19 | -Wpointer-sign: char -> gdb_byte. | Pedro Alves | 1 | -3/+3 |
2013-04-17 | * dwarf2read.c (struct signatured_type): New member type. | Doug Evans | 1 | -89/+205 |
2013-04-15 | * dwarf2read.c (struct dwo_file): Replace member "cus" with "cu". | Doug Evans | 1 | -64/+74 |
2013-04-15 | * dwarf2read.c (create_debug_types_hash_table): Use hex_string | Doug Evans | 1 | -15/+11 |
2013-04-15 | PR c++/11990: | Tom Tromey | 1 | -7/+7 |
2013-04-12 | * dwarf2-frame.c (struct comp_unit) <dwarf_frame_buffer>: Now | Tom Tromey | 1 | -204/+207 |
2013-04-08 | * ada-lang.c (ada_decode_symbol): Check and set 'ada_mangled'. | Tom Tromey | 1 | -2/+2 |
2013-04-08 | * coffread.c (process_coff_symbol, coff_read_enum_type): Call | Tom Tromey | 1 | -4/+3 |
2013-04-05 | * dwarf2read.c (struct dwarf2_per_objfile): Tweak comment. | Doug Evans | 1 | -9/+12 |
2013-04-03 | * dwarf2read.c (read_die_and_siblings_1): Renamed from | Doug Evans | 1 | -11/+67 |
2013-04-03 | * dwarf2read.c (struct dwo_file): New member comp_dir. | Doug Evans | 1 | -20/+32 |
2013-04-02 | * dwarf2read.c (read_structure_type): Fix typo in comment. | Doug Evans | 1 | -1/+1 |
2013-04-01 | * dwarf2read.c (lookup_signatured_type_at_offset): Delete. | Doug Evans | 1 | -36/+1 |
2013-04-01 | * dwarf2read.c (struct dwarf2_per_cu_data): Move member | Doug Evans | 1 | -65/+48 |
2013-04-01 | * dwarf2read.c (free_dwo_file): Add comment. | Doug Evans | 1 | -0/+3 |
2013-03-29 | * dwarf2read.c (open_dwo_file): Renamed from open_dwop_file. | Doug Evans | 1 | -18/+37 |
2013-03-29 | * dwarf2read.c (open_and_init_dwp_file): Remove incorrect, and | Doug Evans | 1 | -4/+0 |
2013-03-29 | * dwarf2read.c (lookup_dwo_cutu): Improve complaint text. | Doug Evans | 1 | -2/+2 |
2013-03-29 | * dwarf2read.c (read_cutu_die_from_dwo): New function. | Doug Evans | 1 | -155/+242 |
2013-03-29 | * dwarf2read.c (struct signatured_type): Tweak comment. | Doug Evans | 1 | -16/+22 |
2013-03-29 | * dwarf2read.c (lookup_signatured_type): Remove complaint about | Doug Evans | 1 | -7/+3 |
2013-03-29 | * dwarf2read.c (create_debug_types_hash_table): Don't allocate the | Doug Evans | 1 | -8/+8 |
2013-03-29 | * dwarf2read.c (create_addrmap_from_index): Complain about bad CU | Doug Evans | 1 | -3/+12 |
2013-03-29 | * dwarf2read.c (dw2_get_file_names): Delete arg "objfile". | Doug Evans | 1 | -12/+18 |
2013-03-28 | * dwarf2read.c (struct dwarf2_per_cu_data): Rename member | Doug Evans | 1 | -22/+21 |