aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand1-1/+3
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-1/+1
2009-06-30 * dwarf2read.c (inherit_abstract_dies): Work around GCC PR 40573.Daniel Jacobowitz1-6/+22
2009-06-292009-06-29 Sami Wagiaalla <swagiaal@redhat.com>Sami Wagiaalla1-5/+25
2009-06-29 * gdbtypes.h (make_function_type): Remove OBJFILE parameter.Ulrich Weigand1-1/+1
2009-06-29 * gdbtypes.h (struct builtin_type): Remove builtin_core_addr,Ulrich Weigand1-6/+4
2009-06-28 gdb/Daniel Jacobowitz1-12/+54
2009-06-23 * dwarf2read.c (dwarf_decode_lines): Ignore rows where is_stmt is 0.Cary Coutant1-3/+3
2009-06-232009-06-23 Sami Wagiaalla <swagiaal@redhat.com>Sami Wagiaalla1-7/+71
2009-06-17 * dwarf2read.c (zlib_decompress_section): Use a cleanup.Tom Tromey1-1/+2
2009-06-17 * gdbtypes.c (create_string_type): Receive character type as argument.Ulrich Weigand1-1/+3
2009-06-17 * buildsym.c (record_line): Remove call to gdbarch_addr_bits_remove.Ulrich Weigand1-20/+29
2009-06-162009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov1-328/+331
2009-06-13 * dwarf2read.c (dwarf2_psymtab_to_symtab): PropagateKevin Buettner1-0/+13
2009-06-10 * dwarf2read.c (dwarf_decode_lines): Recognize and ignoreCary Coutant1-0/+5
2009-06-04 * symtab.h: Rename SYMBOL_OPS to SYMBOL_COMPUTED_OPS.Ulrich Weigand1-2/+2
2009-05-26 * dwarf2read.c (follow_die_ref): Add comment.Doug Evans1-4/+9
2009-05-21gdb/Jan Kratochvil1-0/+1
2009-05-21gdb/Jan Kratochvil1-0/+1
2009-05-01gdb/Jan Kratochvil1-1/+1
2009-04-27gdb/Jan Kratochvil1-0/+99
2009-04-02gdb/Jan Kratochvil1-1/+1
2009-03-31gdbTom Tromey1-11/+78
2009-03-26gdb/Jan Kratochvil1-0/+6
2009-03-202009-03-20 Tom Tromey <tromey@redhat.com>Tom Tromey1-0/+1
2009-03-09 PR gdb/9873:Jan Kratochvil1-21/+143
2009-02-12gdb/Jan Kratochvil1-0/+42
2009-02-112009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-2/+4
2009-02-09 * dwarf2read.c (dwarf2_build_psymtabs_hard): Move lowpc and highpcDaniel Jacobowitz1-21/+38
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+2
2008-11-15 From Jerome Guitton <guitton@adacore.com>Joel Brobecker1-12/+23
2008-10-24 * dwarf2read.c (typename_concat): Don't segv if prefix or suffixDoug Evans1-10/+8
2008-10-10 * dwarf2read.c (comp_unit_head): Use unsigned int consistentlyDoug Evans1-72/+91
2008-10-08 Convert static_kind into loc_kind enum.Jan Kratochvil1-9/+5
2008-10-06 * dwarf2read.c (dwarf2_die_debug): New static global.Doug Evans1-33/+126
2008-10-06 * dwarf2read.c (offset_in_cu_p): New function.Doug Evans1-7/+18
2008-09-30 * dwarf2read.c (dwarf2_get_subprogram_pc_bounds): New function.Joel Brobecker1-5/+38
2008-09-23 * dwarf2read.c (comp_unit_head): Reorganize for better packing.Doug Evans1-1/+1
2008-09-15 * dwarf2read.c (struct abbrev_info): Make members name, form 16 bits.Doug Evans1-4/+4
2008-09-15 * dwarf2read.c (struct die_info): Make members tag, num_attrs 16 bits.Doug Evans1-4/+11
2008-09-13 * dwarf2read.c (add_partial_subprogram): New procedure.Joel Brobecker1-18/+62
2008-09-12 * dwarf2read.c (comp_unit_head): Rename first_die_ptr toDoug Evans1-40/+30
2008-09-01 Stay compatible after the GCC PR fortran/29635 fix.Jan Kratochvil1-3/+3
2008-08-29 * dwarf2read.c (dwarf2_build_psymtabs_hard): Copy dirname onTom Tromey1-1/+3
2008-08-24gdb:Tom Tromey1-8/+9
2008-08-21 * dwarf2read.c (processing_current_prefix): Delete staticDaniel Jacobowitz1-245/+186
2008-08-21 * buildsym.c (add_symbol_to_list): Do not callDaniel Jacobowitz1-0/+38
2008-08-21 * ax-gdb.c (gen_var_ref): Use SYMBOL_LINKAGE_NAME.Daniel Jacobowitz1-3/+3
2008-08-20 * dwarf2read.c (die_specification, dwarf2_extension, follow_die_ref):Daniel Jacobowitz1-22/+31
2008-08-20 * dwarf2read.c (queue_comp_unit): Take an objfile argument. ReadDaniel Jacobowitz1-54/+43