| Commit message (Expand) | Author | Age | Files | Lines |
* | More char constification | Pedro Alves | 2015-10-13 | 1 | -3/+3 |
* | dwarf2read.c (setup_type_unit_groups): Add comment. | Doug Evans | 2015-09-30 | 1 | -0/+5 |
* | Add some more casts (1/2) | Simon Marchi | 2015-09-25 | 1 | -101/+138 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -59/+69 |
* | dwarf2read.c (add_partial_symbol): Remove outdated comments. | Doug Evans | 2015-09-20 | 1 | -6/+0 |
* | dwarf2_compute_name: add fixme, don't use same name as parameter for local | Doug Evans | 2015-09-20 | 1 | -8/+13 |
* | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 2015-08-26 | 1 | -95/+74 |
* | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 2015-08-25 | 1 | -2/+16 |
* | gdb/dwarf2read.c: rename a field for c++ | Tom Tromey | 2015-08-21 | 1 | -60/+60 |
* | Fix language of compilation unit with unknown file extension | Pedro Alves | 2015-08-20 | 1 | -1/+1 |
* | dwarf2read.c: Check type of string valued attributes prior to decoding. | Kevin Buettner | 2015-08-19 | 1 | -65/+69 |
* | psymtab.c (add_psymbol_to_bcache): Remove "val" arg. | Doug Evans | 2015-08-15 | 1 | -12/+11 |
* | Add end_psymtab_common, have all debug info readers call it. | Doug Evans | 2015-08-15 | 1 | -10/+2 |
* | [Ada] Add support for subprogram renamings | Pierre-Marie de Rodat | 2015-08-13 | 1 | -13/+36 |
* | Add casts for legitimate integer to enum conversions | Simon Marchi | 2015-08-06 | 1 | -10/+17 |
* | dwarf2read.c: fix latent buglet | Pedro Alves | 2015-08-03 | 1 | -1/+1 |
* | Fix crash when reading dummy CUs. | Doug Evans | 2015-07-23 | 1 | -5/+24 |
* | dwarf2read: Allow SEC_ALLOC sections to be located at address 0. | Kevin Buettner | 2015-07-18 | 1 | -1/+1 |
* | Add support reading D modules from DWARF | Iain Buclaw | 2015-07-14 | 1 | -8/+26 |
* | Remove special support in gdb for Sun's version of stabs. | Doug Evans | 2015-06-19 | 1 | -3/+1 |
* | dwarf2read: call dwarf_finish_line when ending a sequence | Simon Marchi | 2015-06-10 | 1 | -1/+1 |
* | * 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 |