aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-13gdb/Jan Kratochvil1-1/+12
2012-07-13gdb/Jan Kratochvil1-1/+12
2012-07-10 PR gdb/13498Doug Evans1-170/+959
2012-07-10 * dwarf2read.c (load_full_type_unit): Simplify.Doug Evans1-15/+6
2012-07-09 * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_unitsDoug Evans1-8/+8
2012-07-09 * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".Doug Evans1-6/+4
2012-07-06 * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.Doug Evans1-1/+1
2012-07-02 * dwarf2read.c (maybe_queue_comp_unit): Move definition next to othersDoug Evans1-42/+42
2012-07-02 * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"Doug Evans1-8/+33
2012-07-01 * dwarf2read.c (signatured_type): Make "per_cu" member first.Doug Evans1-25/+60
2012-06-29 * dwarf2read.c (get_cu_length): New function.Doug Evans1-14/+17
2012-06-29 * dwarf2read.c (dwarf2_find_base_address): Move definition.Doug Evans1-31/+31
2012-06-29remove extraneous blank lineDoug Evans1-1/+0
2012-06-29 * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.Doug Evans1-80/+137
2012-06-28 * dwarf2read.c (dwarf2_cu): Add ranges_base.Doug Evans1-11/+19
2012-06-27 * dwarf2read.c (per_cu_header_read_in): Simplify, and handleDoug Evans1-6/+2
2012-06-27 * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessaryDoug Evans1-20/+32
2012-06-26 * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.Doug Evans1-17/+54
2012-06-26 * NEWS: Mention new options "set debug dwarf2-read" andDoug Evans1-0/+52
2012-06-26 * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.Doug Evans1-2/+2
2012-06-23 PR 14125Doug Evans1-36/+237
2012-06-19 * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.Doug Evans1-0/+1
2012-06-17gdb/Jan Kratochvil1-4/+16
2012-06-17gdb/Jan Kratochvil1-14/+22
2012-06-15 * dwarf2read.c (dw2_find_symbol_file): Unconditionally useTom Tromey1-6/+2
2012-06-11 * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.Tom Tromey1-0/+8
2012-06-11 * dwarf2read.c (dw2_get_primary_filename_reader): New function.Tom Tromey1-5/+32
2012-06-07 * dwarf2read.c (dwarf2_cu): Add comment.Doug Evans1-1/+9
2012-06-04 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.Doug Evans1-9/+8
2012-05-29bfd/Tom Tromey1-1/+0
2012-05-24gdb/Jan Kratochvil1-28/+52
2012-05-22 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, endDoug Evans1-30/+27
2012-05-20 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"Doug Evans1-1/+4
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-12/+0
2012-05-18 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtabTom Tromey1-1/+28
2012-05-162012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+1
2012-05-16 PR macros/13205:Tom Tromey1-3/+6
2012-05-10 * dwarf2read.c (recursively_write_psymbols): New function.Tom Tromey1-57/+349
2012-05-07 * dwarf2read.c (dwarf_tag_name): Return const char *. UseTom Tromey1-981/+39
2012-05-03* dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no files.Doug Evans1-1/+2
2012-05-01 * dwarf2read.c (init_cutu_and_read_dies): Renamed fromDoug Evans1-69/+25
2012-04-30 * dwarf2read.c (dwarf_decode_macros): New arg section_name.Doug Evans1-9/+14
2012-04-28 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFissionDoug Evans1-157/+1361
2012-04-28 Refactor DIE reading.Doug Evans1-622/+650
2012-04-28 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol tableDoug Evans1-0/+4
2012-04-27 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form toMark Wielaard1-9/+29
2012-04-26gdb/Jan Kratochvil1-5/+34
2012-04-25 Initial pass at Go language support.Doug Evans1-6/+107
2012-04-23 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr inDoug Evans1-17/+23
2012-04-18gdb/Jan Kratochvil1-14/+14