Age | Commit message (Expand) | Author | Files | Lines |
2015-10-29 | dwarf2read.c: Add cast | Simon Marchi | 1 | -1/+1 |
2015-10-21 | fort_dyn_array: add basic fortran dyn array support | Keven Boell | 1 | -0/+30 |
2015-10-13 | More char constification | Pedro Alves | 1 | -3/+3 |
2015-09-30 | dwarf2read.c (setup_type_unit_groups): Add comment. | Doug Evans | 1 | -0/+5 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -101/+138 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -59/+69 |
2015-09-20 | dwarf2read.c (add_partial_symbol): Remove outdated comments. | Doug Evans | 1 | -6/+0 |
2015-09-20 | dwarf2_compute_name: add fixme, don't use same name as parameter for local | Doug Evans | 1 | -8/+13 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -95/+74 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -2/+16 |
2015-08-21 | gdb/dwarf2read.c: rename a field for c++ | Tom Tromey | 1 | -60/+60 |
2015-08-20 | Fix language of compilation unit with unknown file extension | Pedro Alves | 1 | -1/+1 |
2015-08-19 | dwarf2read.c: Check type of string valued attributes prior to decoding. | Kevin Buettner | 1 | -65/+69 |
2015-08-15 | psymtab.c (add_psymbol_to_bcache): Remove "val" arg. | Doug Evans | 1 | -12/+11 |
2015-08-15 | Add end_psymtab_common, have all debug info readers call it. | Doug Evans | 1 | -10/+2 |
2015-08-13 | [Ada] Add support for subprogram renamings | Pierre-Marie de Rodat | 1 | -13/+36 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -10/+17 |
2015-08-03 | dwarf2read.c: fix latent buglet | Pedro Alves | 1 | -1/+1 |
2015-07-23 | Fix crash when reading dummy CUs. | Doug Evans | 1 | -5/+24 |
2015-07-18 | dwarf2read: Allow SEC_ALLOC sections to be located at address 0. | Kevin Buettner | 1 | -1/+1 |
2015-07-14 | Add support reading D modules from DWARF | Iain Buclaw | 1 | -8/+26 |
2015-06-19 | Remove special support in gdb for Sun's version of stabs. | Doug Evans | 1 | -3/+1 |
2015-06-10 | dwarf2read: call dwarf_finish_line when ending a sequence | Simon Marchi | 1 | -1/+1 |
2015-05-28 | * dwarf2read.c (record_line_ftype): Remove, duplicate. | Doug Evans | 1 | -5/+0 |
2015-05-27 | Add struct to record dwarf line number state machine. | Doug Evans | 1 | -152/+249 |
2015-05-27 | dwarf2read.c code cleanup, split out check_line_address | Doug Evans | 1 | -24/+38 |
2015-05-27 | Add set/show debug dwarf-line. | Doug Evans | 1 | -2/+41 |
2015-05-27 | PR symtab/18258 | Doug Evans | 1 | -9/+11 |
2015-05-26 | Rename dwarf2 to dwarf in "set debug" and maintenance commands. | Doug Evans | 1 | -78/+78 |
2015-05-13 | dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine. | Martin Galvan | 1 | -0/+1 |
2015-05-13 | revert previous patch, author not set | Doug Evans | 1 | -1/+0 |
2015-05-13 | dwarf2read.c (die_needs_namespace): Return 1 for DW_TAG_inlined_subroutine. | Doug Evans | 1 | -0/+1 |
2015-05-12 | tweak some comments | Doug Evans | 1 | -4/+5 |
2015-05-08 | Avoid segfault on missing directory table. | Sandra Loosemore | 1 | -6/+7 |
2015-05-08 | Problem printing record with array whose upper bound is record component | Joel Brobecker | 1 | -2/+2 |
2015-05-05 | DWARF: cannot break on out-of-line function nested inside inlined function. | Pierre-Marie de Rodat | 1 | -6/+17 |
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 |