Age | Commit message (Expand) | Author | Files | Lines |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -3/+2 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+1 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -2/+2 |
2015-04-29 | PR python/18285 | Doug Evans | 1 | -0/+9 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -14/+19 |
2015-01-31 | Move vptr_{fieldno,basetype} out of main_type, and update everything accordin... | Doug Evans | 1 | -1/+0 |
2015-01-31 | gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE. | Doug Evans | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-29 | Check that thread stack temps are not already enabled before enabling them. | Siva Chandra | 1 | -1/+2 |
2014-11-28 | Enable chained function calls in C++ expressions. | Siva Chandra | 1 | -1/+22 |
2014-11-10 | Work around GCC bug 63748 | Ulrich Weigand | 1 | -2/+2 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -1/+1 |
2014-11-03 | Fix evaluation of method calls under EVAL_SKIP. | Siva Chandra | 1 | -6/+7 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-15 | Add new argument NOSIDE to find_overload_match. | Siva Chandra | 1 | -3/+3 |
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 | -3/+0 |
2014-07-21 | Remove Chill from comments | Yao Qi | 1 | -6/+5 |
2014-07-21 | Remove operator BINOP_RANGE | Yao Qi | 1 | -44/+4 |
2014-07-21 | Remove operator BINOP_IN | Yao Qi | 1 | -9/+0 |
2014-06-03 | Lookup and invoke debug methods of C++ classes if they are the best match. | Siva Chandra | 1 | -5/+10 |
2014-05-19 | * eval.c (evaluate_subexp_standard): Add some comments. | Doug Evans | 1 | -3/+10 |
2014-04-14 | vla: evaluate operand of sizeof if its type is a vla | Sanimir Agovic | 1 | -4/+39 |
2014-04-14 | vla: enable sizeof operator for indirection | Sanimir Agovic | 1 | -1/+3 |
2014-04-14 | vla: enable sizeof operator to work with variable length arrays | Sanimir Agovic | 1 | -1/+7 |
2014-04-11 | Revert the entire VLA series. | Joel Brobecker | 1 | -52/+7 |
2014-04-11 | Fix c++/16675 -- sizeof reference type should give the size of | Keith Seitz | 1 | -12/+21 |
2014-04-11 | vla: evaluate operand of sizeof if its type is a vla | Sanimir Agovic | 1 | -4/+39 |
2014-04-11 | vla: update type from newly created value | Sanimir Agovic | 1 | -0/+1 |
2014-04-11 | vla: enable sizeof operator for indirection | Sanimir Agovic | 1 | -0/+2 |
2014-04-11 | vla: enable sizeof operator to work with variable length arrays | Sanimir Agovic | 1 | -1/+7 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -1/+1 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -1/+0 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-08-02 | fix PR symtab/15719 | Tom Tromey | 1 | -7/+11 |
2013-05-14 | * eval.c (parse_and_eval_long): Make 'exp' const. | Tom Tromey | 1 | -1/+1 |
2013-05-13 | PR exp/15364: | Tom Tromey | 1 | -4/+8 |
2013-04-15 | PR c++/9065: | Tom Tromey | 1 | -0/+17 |
2013-03-25 | PR c++/9197: | Tom Tromey | 1 | -24/+6 |
2013-03-20 | * ax-gdb.c (gen_var_ref): Unconditionally call via computed ops, | Tom Tromey | 1 | -1/+1 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -3/+3 |
2013-02-14 | Fix ptype bug actually exercised in userdef.exp | Pedro Alves | 1 | -4/+4 |
2013-01-25 | * valops.c (find_overload_match): Remove unused argument 'lax'. | Siva Chandra Reddy | 1 | -3/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-29 | gdb/ | Yao Qi | 1 | -1/+3 |
2012-11-27 | gdb/ | Yao Qi | 1 | -13/+27 |