Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -13/+13 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-17 | Convert the unavailable vector to be bit, not byte, based. | Andrew Burgess | 1 | -1/+1 |
2013-12-06 | New OPTIMIZED_OUT_ERROR error code. | Pedro Alves | 1 | -3/+4 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-17 | Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcs | Joel Brobecker | 1 | -4/+4 |
2013-11-15 | Fix GDB crash with upstream GCC due to memcpy(NULL, ...) | Andreas Arnez | 1 | -2/+3 |
2013-11-14 | Fix DW_OP_GNU_regval_type with FP registers | Joel Brobecker | 1 | -0/+26 |
2013-10-02 | Print registers not saved in the frame as "<not saved>" instead of "<optimize... | Pedro Alves | 1 | -3/+13 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -2/+2 |