Age | Commit message (Expand) | Author | Files | Lines |
2016-11-16 | Change meaning of VALUE_FRAME_ID; rename to VALUE_NEXT_FRAME_ID | Kevin Buettner | 1 | -4/+17 |
2016-11-02 | Fix dwarf_expr_context method regressions | Tom Tromey | 1 | -10/+22 |
2016-10-21 | Convert dwarf_expr_context_funcs to methods | Tom Tromey | 1 | -370/+272 |
2016-10-21 | Convert DWARF expr functions to methods | Tom Tromey | 1 | -11/+11 |
2016-10-21 | Initial conversion of dwarf_expr_ctx | Tom Tromey | 1 | -62/+53 |
2016-10-21 | Some cleanup removal in dwarf2loc.c | Tom Tromey | 1 | -44/+25 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+3 |
2016-09-02 | Handle DW_OP_form_tls_address | Tom Tromey | 1 | -2/+5 |
2016-07-26 | PR python/20190 - compute TLS symbol without a frame | Tom Tromey | 1 | -55/+66 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -3/+4 |
2016-05-31 | [PR gdb/19893] Fix handling of synthetic C++ references | Martin Galvan | 1 | -35/+93 |
2016-05-12 | PR symtab/19999 gdb unable to resolve vars with fission+PIE | Doug Evans | 1 | -3/+9 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-09 | dwarf2loc.c: Perform a pointer to address conversion for DWARF_VALUE_MEMORY. | Kevin Buettner | 1 | -0/+21 |
2015-10-26 | PR symtab/17391 gdb internal error: assertion fails in regcache.c:178 | Doug Evans | 1 | -100/+129 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -35/+52 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -5/+6 |
2015-09-20 | crash printing non-local variable from nested subprogram | Joel Brobecker | 1 | -4/+40 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -8/+49 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -2/+2 |
2015-06-01 | PR symtab/18392 | Jan Kratochvil | 1 | -3/+2 |
2015-05-26 | Rename dwarf2 to dwarf in "set debug" and maintenance commands. | Doug Evans | 1 | -3/+3 |
2015-05-05 | Add valaddr support in dynamic property resolution. | Joel Brobecker | 1 | -2/+7 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -6/+7 |
2015-02-11 | Fix redefinition errors in C++ mode | Tom Tromey | 1 | -2/+2 |
2015-02-02 | Add missing i18n marker in dwarf2_evaluate_property warning message. | Joel Brobecker | 1 | -1/+1 |
2015-01-29 | gdb/DWARF: Support for arrays whose bound is a discriminant. | Joel Brobecker | 1 | -2/+21 |
2015-01-08 | always read synthetic pointers as signed integers | Yao Qi | 1 | -5/+11 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -2/+84 |
2014-12-12 | export dwarf2_reg_to_regnum_or_error | Jan Kratochvil | 1 | -11/+7 |
2014-12-12 | make dwarf_expr_frame_base_1 public | Tom Tromey | 1 | -12/+11 |
2014-12-12 | split dwarf2_fetch_cfa_info from dwarf2_compile_expr_to_ax | Tom Tromey | 1 | -2/+28 |
2014-12-12 | MIPS: Keep the ISA bit in compressed code addresses | Maciej W. Rozycki | 1 | -0/+3 |
2014-11-02 | read_pieced_value do big endian processing only in case of valid gdb_regnum | Victor Kamensky | 1 | -17/+20 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-20 | Handle partially optimized out values similarly to unavailable values | Pedro Alves | 1 | -65/+16 |
2014-08-18 | Add support for DW_OP_push_object_address. | Joel Brobecker | 1 | -4/+41 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-22 | Remove setting value address for reference entry value target data value. | Jan Kratochvil | 1 | -9/+0 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -4/+4 |
2014-04-30 | Remove unused arguments to few functions in dwarf2loc.c and gdbtypes.c. | Siva Chandra | 1 | -4/+3 |
2014-04-17 | Use address_from_register in dwarf2-frame.c:read_addr_from_reg | Ulrich Weigand | 1 | -6/+2 |
2014-04-14 | type: add c99 variable length array support | Sanimir Agovic | 1 | -0/+119 |
2014-04-11 | Revert the entire VLA series. | Joel Brobecker | 1 | -119/+0 |
2014-04-11 | type: add c99 variable length array support | Sanimir Agovic | 1 | -0/+119 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -5/+6 |