| Commit message (Expand) | Author | Age | Files | Lines |
* | * dwarf2read.c (record_line_ftype): Remove, duplicate. | Doug Evans | 2015-05-28 | 1 | -5/+0 |
* | Add struct to record dwarf line number state machine. | Doug Evans | 2015-05-27 | 1 | -152/+249 |
* | dwarf2read.c code cleanup, split out check_line_address | Doug Evans | 2015-05-27 | 1 | -24/+38 |
* | Add set/show debug dwarf-line. | Doug Evans | 2015-05-27 | 1 | -2/+41 |
* | PR symtab/18258 | Doug Evans | 2015-05-27 | 1 | -9/+11 |
* | Rename dwarf2 to dwarf in "set debug" and maintenance commands. | Doug Evans | 2015-05-26 | 1 | -78/+78 |
* | dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine. | Martin Galvan | 2015-05-13 | 1 | -0/+1 |
* | revert previous patch, author not set | Doug Evans | 2015-05-13 | 1 | -1/+0 |
* | dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine. | Doug Evans | 2015-05-13 | 1 | -0/+1 |
* | tweak some comments | Doug Evans | 2015-05-12 | 1 | -4/+5 |
* | Avoid segfault on missing directory table. | Sandra Loosemore | 2015-05-08 | 1 | -6/+7 |
* | Problem printing record with array whose upper bound is record component | Joel Brobecker | 2015-05-08 | 1 | -2/+2 |
* | DWARF: cannot break on out-of-line function nested inside inlined function. | Pierre-Marie de Rodat | 2015-05-05 | 1 | -6/+17 |
* | Make info fun|var|types interruptable. | Doug Evans | 2015-04-15 | 1 | -0/+4 |
* | Properly intern constants into psymtab | Andy Wingo | 2015-03-26 | 1 | -3/+14 |
* | GDB: rename DYN_ATTR_DATA_LOCATION into DYN_PROP_DATA_LOCATION. | Joel Brobecker | 2015-03-24 | 1 | -1/+1 |
* | PR gdb/18021 - defend against "static virtual" methods | Keith Seitz | 2015-03-23 | 1 | -1/+18 |
* | [gdb/DWARF] Introduce linked list for dynamic attributes | Keven Boell | 2015-03-20 | 1 | -5/+1 |
* | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2015-03-07 | 1 | -10/+14 |
* | New common function "startswith" | Gary Benson | 2015-03-06 | 1 | -9/+8 |
* | Fix struct, union, and enum nesting in C++ | Tom Tromey | 2015-02-27 | 1 | -44/+52 |
* | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 2015-02-27 | 1 | -21/+21 |
* | PR c++/17976, symtab/17821 | Doug Evans | 2015-02-21 | 1 | -2/+14 |
* | Change producer_is_gcc function return type to bool. | Mark Wielaard | 2015-02-10 | 1 | -1/+1 |
* | Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards. | Mark Wielaard | 2015-02-10 | 1 | -0/+2 |
* | GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier. | Mark Wielaard | 2015-02-09 | 1 | -0/+21 |
* | Move vptr_{fieldno,basetype} out of main_type, and update everything accordin... | Doug Evans | 2015-01-31 | 1 | -5/+5 |
* | Move TYPE_SELF_TYPE into new field type_specific. | Doug Evans | 2015-01-31 | 1 | -3/+6 |
* | new callback parameter expansion_notify for expand_symtabs_matching | Gary Benson | 2015-01-31 | 1 | -1/+15 |
* | PR symtab/17890 | Doug Evans | 2015-01-29 | 1 | -0/+10 |
* | Merge GCC producer parsers. Allow digits in identifiers. | Mark Wielaard | 2015-01-29 | 1 | -16/+4 |
* | gdb/DWARF: Support for arrays whose bound is a discriminant. | Joel Brobecker | 2015-01-29 | 1 | -24/+49 |
* | Fix 100x slowdown regression on DWZ files | Jan Kratochvil | 2015-01-24 | 1 | -13/+147 |
* | Use GCC5/DWARF5 DW_AT_noreturn to mark functions that don't return normally. | Mark Wielaard | 2015-01-23 | 1 | -0/+6 |
* | dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME. | Doug Evans | 2015-01-11 | 1 | -1/+2 |
* | dwarf2read.c (setup_type_unit_groups): Remove outdated comment. | Doug Evans | 2015-01-02 | 1 | -1/+0 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Replace some symbol accessor macros with functions. | Doug Evans | 2014-12-23 | 1 | -3/+4 |
* | Make buildsym set-up/tear-down more consistent, and document it. | Doug Evans | 2014-12-17 | 1 | -3/+3 |
* | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 2014-12-12 | 1 | -42/+101 |
* | PR symtab/17591 | Doug Evans | 2014-12-02 | 1 | -13/+7 |
* | dwarf2read.c (peek_die_abbrev): Improve error message text. | Doug Evans | 2014-12-02 | 1 | -2/+4 |
* | Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants. | Mark Wielaard | 2014-11-26 | 1 | -0/+3 |
* | Split struct symtab into two: struct symtab and compunit_symtab. | Doug Evans | 2014-11-20 | 1 | -145/+144 |
* | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 2014-11-18 | 1 | -3/+3 |
* | buildsym API cleanup | Doug Evans | 2014-11-18 | 1 | -35/+26 |
* | The result of symtab expansion is always a primary symtab. | Doug Evans | 2014-11-18 | 1 | -7/+7 |
* | PR symtab/17591 | Doug Evans | 2014-11-13 | 1 | -1/+5 |
* | dwarf2read.c (update_enumeration_type_from_children): Avoid infinite loop. | Doug Evans | 2014-11-13 | 1 | -3/+5 |
* | Move lookup_block_symbol to block.c, rename to block_lookup_symbol. | Doug Evans | 2014-11-06 | 1 | -1/+1 |