Age | Commit message (Expand) | Author | Files | Lines |
2015-04-15 | Make info fun|var|types interruptable. | Doug Evans | 1 | -0/+4 |
2015-03-26 | Properly intern constants into psymtab | Andy Wingo | 1 | -3/+14 |
2015-03-24 | GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION. | Joel Brobecker | 1 | -1/+1 |
2015-03-23 | PR gdb/18021 - defend against "static virtual" methods | Keith Seitz | 1 | -1/+18 |
2015-03-20 | [gdb/DWARF] Introduce linked list for dynamic attributes | Keven Boell | 1 | -5/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -10/+14 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -9/+8 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -44/+52 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -21/+21 |
2015-02-21 | PR c++/17976, symtab/17821 | Doug Evans | 1 | -2/+14 |
2015-02-10 | Change producer_is_gcc function return type to bool. | Mark Wielaard | 1 | -1/+1 |
2015-02-10 | Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards. | Mark Wielaard | 1 | -0/+2 |
2015-02-09 | GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier. | Mark Wielaard | 1 | -0/+21 |
2015-01-31 | Move vptr_{fieldno,basetype} out of main_type, and update everything accordin... | Doug Evans | 1 | -5/+5 |
2015-01-31 | Move TYPE_SELF_TYPE into new field type_specific. | Doug Evans | 1 | -3/+6 |
2015-01-31 | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 1 | -1/+15 |
2015-01-29 | PR symtab/17890 | Doug Evans | 1 | -0/+10 |
2015-01-29 | Merge GCC producer parsers. Allow digits in identifiers. | Mark Wielaard | 1 | -16/+4 |
2015-01-29 | gdb/DWARF: Support for arrays whose bound is a discriminant. | Joel Brobecker | 1 | -24/+49 |
2015-01-24 | Fix 100x slowdown regression on DWZ files | Jan Kratochvil | 1 | -13/+147 |
2015-01-23 | Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally. | Mark Wielaard | 1 | -0/+6 |
2015-01-11 | dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME. | Doug Evans | 1 | -1/+2 |
2015-01-02 | dwarf2read.c (setup_type_unit_groups): Remove outdated comment. | Doug Evans | 1 | -1/+0 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -3/+4 |
2014-12-17 | Make buildsym set-up/tear-down more consistent, and document it. | Doug Evans | 1 | -3/+3 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -42/+101 |
2014-12-02 | PR symtab/17591 | Doug Evans | 1 | -13/+7 |
2014-12-02 | dwarf2read.c (peek_die_abbrev): Improve error message text. | Doug Evans | 1 | -2/+4 |
2014-11-26 | Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants. | Mark Wielaard | 1 | -0/+3 |
2014-11-20 | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 1 | -145/+144 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -3/+3 |
2014-11-18 | buildsym API cleanup | Doug Evans | 1 | -35/+26 |
2014-11-18 | The result of symtab expansion is always a primary symtab. | Doug Evans | 1 | -7/+7 |
2014-11-13 | PR symtab/17591 | Doug Evans | 1 | -1/+5 |
2014-11-13 | dwarf2read.c (update_enumeration_type_from_children): Avoid infinite loop. | Doug Evans | 1 | -3/+5 |
2014-11-06 | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 1 | -1/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -1/+1 |
2014-10-25 | Remove second (nested) copy of local var child_die. | Doug Evans | 1 | -2/+3 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-19 | Check function is GC'ed | Yao Qi | 1 | -11/+22 |
2014-08-28 | Remove dwarf_decode_lines argumewant_line_info | Yao Qi | 1 | -10/+6 |
2014-08-27 | dwarf2read.c (dwarf_record_line): Fix typo. | Doug Evans | 1 | -1/+1 |
2014-08-25 | Fix grammatical error in comments | Yao Qi | 1 | -2/+2 |
2014-08-24 | Update comments in scan_partial_symbols and add_partial_subprogram | Yao Qi | 1 | -21/+23 |
2014-08-22 | Fix pr 17276. | Doug Evans | 1 | -12/+96 |
2014-08-22 | Create a typedef for record_line: record_line_ftype. | Doug Evans | 1 | -13/+36 |
2014-08-20 | Adjust comments with example in it | Yao Qi | 1 | -1/+3 |
2014-08-18 | Add support for DW_AT_data_location. | Joel Brobecker | 1 | -0/+11 |
2014-08-15 | (dwarf_decode_lines_1): Move definition of adj_opcode closer to use. | Doug Evans | 1 | -1/+2 |