gdb/
[platform/upstream/binutils.git] / gdb / dwarf2read.c
2012-05-22 Doug Evans * dwarf2-frame.c (struct dwarf2_cie): Make initial_ins...
2012-05-20 Doug Evans * dwarf2read.c (recursively_find_pc_sect_symtab):...
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-05-18 Tom Tromey * psymtab.c (find_pc_sect_symtab_from_partial): Return...
2012-05-16 Sergio Durigan Junior2012-05-16 Sergio Durigan Junior <sergiodj@redhat...
2012-05-16 Tom Tromey PR macros/13205:
2012-05-10 Tom Tromey * dwarf2read.c (recursively_write_psymbols): New function.
2012-05-07 Tom Tromey * dwarf2read.c (dwarf_tag_name): Return const char...
2012-05-03 Doug Evans* dwarf2read.c (dw2_find_symbol_file): Don't crash...
2012-05-01 Doug Evans * dwarf2read.c (init_cutu_and_read_dies): Renamed...
2012-04-30 Doug Evans * dwarf2read.c (dwarf_decode_macros): New arg section_...
2012-04-28 Doug Evans Initial support for Fission. gcc.gnu.org/wiki/DebugFi...
2012-04-28 Doug Evans Refactor DIE reading.
2012-04-28 Doug Evans * dwarf2read.c (dwarf2_read_index): Don't use index...
2012-04-27 Mark Wielaard * dwarf2read.c (dwarf2_get_pc_bounds): Check...
2012-04-26 Jan Kratochvilgdb/
2012-04-25 Doug Evans Initial pass at Go language support.
2012-04-23 Doug Evans * dwarf2read.c (partial_die_full_name): Record DW_FORM...
2012-04-18 Jan Kratochvilgdb/
2012-04-18 Jan Kratochvilgdb/
2012-04-18 Doug Evans * dwarf2read.c (lookup_signatured_type): Return NULL...
2012-04-18 Doug Evans * dwarf2read.c: Whitespace fixes.
2012-04-17 Pedro Alves2012-04-17 Pedro Alves <palves@redhat.com>
2012-04-13 Doug Evans * dwarf2read.c (lookup_signatured_type): Remove arg...
2012-04-12 Doug Evans * dwarf2read.c (create_all_type_units): Renamed from
2012-04-12 Doug Evans * dwarf2read.c (create_signatured_type_table_from_inde...
2012-04-10 Doug Evans * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
2012-04-07 Doug Evans * dwarf2read.c (load_partial_dies): Change condition...
2012-03-19 Jan Kratochvilgdb/
2012-03-16 Jan Kratochvilgdb/
2012-03-16 Gary Bensongdb:
2012-03-15 Doug Evans * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_en...
2012-03-13 Doug Evans * dwarf2read.c (load_partial_comp_unit): Defer adding...
2012-03-09 Tom Tromey * dwarf2read.c (struct dwarf2_cu) <checked_producer,
2012-03-09 Tom Tromey * dwarf2read.c (dwarf2_attr): Avoid tail-recursive...
2012-03-08 Jan Kratochvilgdb/
2012-03-06 Joel BrobeckerPass absolute die offset in call to get_die_type_at_offset
2012-03-02 Doug Evans * dwarf2read.c (load_full_comp_unit): Remove unnecessa...
2012-03-01 Pedro Alves2012-03-01 Pedro Alves <palves@redhat.com>
2012-03-01 Doug Evans * dwarf2read.c (dwarf2_cu): Remove unused members...
2012-02-22 Gary Benson2012-02-22 Gary Benson <gbenson@redhat.com>
2012-02-20 Tom Tromey PR gdb/13498:
2012-02-20 Tom Tromey * dwarf2read.c (dw2_map_symtabs_matching_filename...
2012-02-07 Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-30 Tom Tromey PR breakpoints/13568:
2012-01-26 Doug Evans * dwarf2read.c (add_partial_symbol): Delete local...
2012-01-26 Joel BrobeckerRemove language param from name_matcher in struct quick...
2012-01-16 Tom Tromeygdb
2012-01-16 Tom Tromeygdb
2012-01-10 Doug Evans * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd...
2012-01-09 Doug Evans * dwarf2read.c (read_and_check_comp_unit_head): Rename...
2012-01-08 Doug Evans * dwarf2read.c (dwarf2_per_objfile): Rename n_type_com...
2012-01-08 Doug Evans * gdbtypes.h (struct cplus_struct_type): Delete member
2012-01-06 Doug Evans * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
2012-01-05 Doug Evans * dwarf2read.c (statement_prologue): Delete, unused.
2012-01-05 Doug Evans * dwarf2read.c (dwarf2_per_cu_addr_size): Make result...
2012-01-05 Doug Evans * dwarf2read.c (comp_unit_header): Delete, unused.
2012-01-04 Doug Evans * dwarf2read.c (dwarf2_read_abbrevs): Delete arg ...
2012-01-04 Doug Evans * dwarf2read.c (dwarf2_per_cu_data): Remove outdated...
2012-01-04 Doug Evans * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2012-01-02 Doug Evans * dwarf2read.c (dwarf2_compute_name): Simplify objfile...
2012-01-02 Doug Evans * dwarf2read.c (read_signatured_type): Delete `objfile...
2012-01-02 Doug Evans * dwarf2read.c (load_cu): Move assert to more useful...
2012-01-02 Doug Evans * dwarf2read.c (free_heap_comp_unit): Renamed from...
2012-01-02 Doug Evans * dwarf2read.c (dwarf2_per_objfile): Add comment.
2011-12-31 Doug Evans * dwarf2read.c (read_typedef): Guard against self...
2011-12-27 Doug Evans * dwarf2read.c (struct dwarf2_cu): Delete members...
2011-12-21 Joel BrobeckerUse symbol search name in expand_symtabs_matching_via_p...
2011-12-10 Doug Evans * dwarf2read.c (dwarf2_per_cu_data): Rename debug_type...
2011-12-06 Tom Tromeythe "ambiguous linespec" series
2011-12-02 Jan Kratochvilgdb/
2011-12-02 Jan Kratochvilgdb/
2011-11-23 Doug Evans * dwarf2read.c (dw2_lookup_symtab): Add comment.
2011-11-15 Doug Evans * NEWS: Mention new parameter basenames-may-differ.
2011-11-11 Doug Evans * dwarf2read.c (dw2_map_symbol_filenames): New parameter
2011-11-10 Doug Evans * defs.h (is_cplus_marker, set_demangling_style):...
2011-10-20 Cary Coutant * dwarf2read.c (dw2_get_file_names): Move adjustment...
2011-10-20 Aleksandar Ristovski * cp-namespace.c (cp_scan_for_anonymous_namespaces...
2011-10-20 Cary Coutant * dwarf2read.c (create_debug_types_hash_table): Fix...
2011-10-19 Cary Coutant * dwarf2read.c (peek_abbrev_code): New function.
2011-10-17 Jan Kratochvilgdb/
2011-10-13 Jan Kratochvilgdb/
2011-10-12 Jan Kratochvilgdb/
2011-10-12 Doug Evans * dwarf2read.c (partial_read_comp_unit_head): Set...
2011-10-11 Sterling Augustine2011-10-11 Sterling Augustine <saugustine@google...
2011-10-11 Sterling Augustinegdb/ChangeLog
2011-10-09 Jan Kratochvilgdb/
2011-10-09 Jan Kratochvilgdb/
2011-10-09 Jan Kratochvilgdb/
2011-10-09 Jan Kratochvilgdb/
2011-10-09 Jan Kratochvilgdb/
2011-10-09 Jan Kratochvilgdb/
2011-10-09 Jan Kratochvilgdb/
2011-09-13 Jan Kratochvilgdb/
2011-09-09 Jan Kratochvilgdb/
2011-09-08 Jan Kratochvilgdb/
2011-09-01 Jan Kratochvilgdb/
2011-07-27 Jan Kratochvilgdb/
2011-07-27 Tom Tromey * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and...
next