Age | Commit message (Expand) | Author | Files | Lines |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -31/+34 |
2016-05-31 | [PR gdb/19893] Fix handling of synthetic C++ references | Martin Galvan | 1 | -15/+21 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -5/+0 |
2016-04-22 | Choose TARGET_OBJECT_STACK_MEMORY and TARGET_OBJECT_MEMORY in read_value_memory | Yao Qi | 1 | -1/+4 |
2016-04-18 | Fix gdb crash when trying to print the address of a synthetic C++ reference | Martin Galvan | 1 | -4/+13 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | Constify value_string | Simon Marchi | 1 | -1/+1 |
2015-11-18 | Constify value_cstring | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -25/+10 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -13/+13 |
2015-07-28 | Consider addressable memory unit size in various value functions | Simon Marchi | 1 | -16/+20 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -5/+5 |
2015-07-08 | tui: replace deprecated_register_changed_hook with observer | Patrick Palka | 1 | -2/+0 |
2015-07-06 | search_struct_field: remove OFFSET parameter | Simon Marchi | 1 | -12/+11 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -5/+8 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -6/+6 |
2015-01-31 | gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE. | Doug Evans | 1 | -2/+2 |
2015-01-23 | Catch exception in value_rtti_indirect_type | Simon Marchi | 1 | -2/+20 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-12-17 | value_maybe_namespace_elt: Remove redundant call to lookup_static_symbol. | Doug Evans | 1 | -9/+0 |
2014-12-12 | value_maybe_namespace_elt: Remove unnecessary test of result != NULL. | Doug Evans | 1 | -1/+1 |
2014-12-02 | Remove remnant of Chill support. | Doug Evans | 1 | -3/+1 |
2014-12-02 | New python events: inferior call, register/memory changed. | Nick Bull | 1 | -0/+1 |
2014-12-02 | revert previous patch so that I can re-commit with correct author | Doug Evans | 1 | -1/+0 |
2014-12-02 | New python events: infcall, register/memory changed. | Doug Evans | 1 | -0/+1 |
2014-11-18 | Use SYMBOL_OBJFILE more. | Doug Evans | 1 | -1/+1 |
2014-11-06 | Rename lookup_symbol_static to lookup_symbol_in_static_block, | Doug Evans | 1 | -1/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -3/+3 |
2014-10-31 | valops.c: Fix some whitespace. | Doug Evans | 1 | -6/+6 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-10-03 | MIPS bit field failures in gdb.base/store.exp | Luis Machado | 1 | -41/+43 |
2014-08-15 | Add new argument NOSIDE to find_overload_match. | Siva Chandra | 1 | -4/+15 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -1/+1 |
2014-06-03 | Lookup and invoke debug methods of C++ classes if they are the best match. | Siva Chandra | 1 | -80/+232 |
2014-06-03 | Add xmethod interface to the extension language API. | Siva Chandra | 1 | -1/+2 |
2014-04-18 | Remove unnecessary argument METHOD to valops.c:oload_method_static. | Siva Chandra | 1 | -8/+7 |
2014-04-14 | implement support for "enum class" | Tom Tromey | 1 | -0/+40 |
2014-04-14 | constify value_aggregate_elt | Tom Tromey | 1 | -7/+7 |
2014-04-14 | vla: update type from newly created value | Sanimir Agovic | 1 | -0/+4 |
2014-04-14 | type: add c99 variable length array support | Sanimir Agovic | 1 | -3/+12 |
2014-04-11 | Revert the entire VLA series. | Joel Brobecker | 1 | -16/+3 |
2014-04-11 | vla: update type from newly created value | Sanimir Agovic | 1 | -0/+4 |
2014-04-11 | type: add c99 variable length array support | Sanimir Agovic | 1 | -3/+12 |
2014-04-11 | refactoring: rename create_range_type to create_static_range_type | Sanimir Agovic | 1 | -8/+8 |