Age | Commit message (Expand) | Author | Files | Lines |
2010-05-14 | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -5/+39 |
2010-05-11 | * eval.c (evaluate_subexp_standard): Revert inadvertent change. | Tom Tromey | 1 | -2/+2 |
2010-05-10 | * eval.c (ptrmath_type_p): Add 'lang' argument. | Tom Tromey | 1 | -16/+18 |
2010-05-07 | Add ADL support | Sami Wagiaalla | 1 | -2/+45 |
2010-05-06 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+1 |
2010-03-15 | 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com> | Sami Wagiaalla | 1 | -1/+1 |
2010-03-09 | dwarf2_physname patchset: | Keith Seitz | 1 | -1/+1 |
2010-02-08 | gdb | Tom Tromey | 1 | -10/+75 |
2010-01-26 | gdb | Tom Tromey | 1 | -1/+1 |
2010-01-18 | gdb | Tom Tromey | 1 | -0/+16 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-11-10 | * c-exp.y: Add new rule for resolving method overloads. | Keith Seitz | 1 | -2/+41 |
2009-10-06 | ARI fix: OP eol rule. | Pierre Muller | 1 | -10/+10 |
2009-09-29 | * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support | Ulrich Weigand | 1 | -5/+19 |
2009-09-22 | gdb | Tom Tromey | 1 | -4/+11 |
2009-07-02 | * python/python-internal.h (struct language_defn): Declare. | Ulrich Weigand | 1 | -1/+2 |
2009-07-02 | * gdbtypes.c (make_pointer_type, make_reference_type, | Ulrich Weigand | 1 | -2/+2 |
2009-07-02 | * ada-lang.c (assign_component): Use platform-specific integer type | Ulrich Weigand | 1 | -2/+3 |
2009-07-02 | * gdbtypes.h (struct builtin_type): Add internal_fn member. | Ulrich Weigand | 1 | -1/+2 |
2009-06-29 | * value.h (value_subscript, value_subscripted_rvalue, | Ulrich Weigand | 1 | -34/+34 |
2009-06-24 | * eval.c (evaluate_subexp_standard): Use expression architecture | Ulrich Weigand | 1 | -1/+1 |
2009-06-23 | * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c. | Joel Brobecker | 1 | -4/+1 |
2009-06-17 | * gdbtypes.c (create_string_type): Receive character type as argument. | Ulrich Weigand | 1 | -7/+13 |
2009-06-17 | * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter, | Ulrich Weigand | 1 | -6/+7 |
2009-06-11 | * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: Remove | Tom Tromey | 1 | -5/+5 |
2009-05-28 | 2009-05-27 Tom Tromey <tromey@redhat.com> | Tom Tromey | 1 | -3/+3 |
2009-03-21 | gdb/ | Thiago Jung Bauermann | 1 | -0/+6 |
2009-03-20 | 2009-03-20 Tom Tromey <tromey@redhat.com> | Tom Tromey | 1 | -1/+11 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -1/+1 |
2009-01-15 | * value.h (address_of_variable): Add prototype. | Ulrich Weigand | 1 | -11/+6 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -2/+2 |
2008-12-28 | Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS in | Jan Kratochvil | 1 | -1/+1 |
2008-11-04 | * eval.c (evaluate_subexp_standard): Assert that there is at | Daniel Jacobowitz | 1 | -0/+2 |
2008-10-28 | gdb | Tom Tromey | 1 | -6/+5 |
2008-10-08 | Convert static_kind into loc_kind enum. | Jan Kratochvil | 1 | -1/+2 |
2008-10-02 | gdb/ | Jan Kratochvil | 1 | -7/+2 |
2008-09-11 | * valops.c: Include "objfiles.h" and "symtab.h". | Ulrich Weigand | 1 | -4/+6 |
2008-09-11 | * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32 | Ulrich Weigand | 1 | -1/+1 |
2008-09-11 | * eval.c (evaluate_subexp_standard): Use exp->gdbarch types instead | Ulrich Weigand | 1 | -11/+15 |
2008-09-11 | * valops.c (value_ind): No longer allow dereferencing an | Ulrich Weigand | 1 | -1/+10 |
2008-09-11 | * eval.c (evaluate_subexp_standard): Use builtin_type_int8 | Ulrich Weigand | 1 | -1/+1 |
2008-09-11 | * eval.c (evaluate_subexp_standard): Add calls to binop_promote | Ulrich Weigand | 1 | -11/+71 |
2008-09-11 | * value.h (unop_promote, binop_promote): Add prototypes. | Ulrich Weigand | 1 | -0/+193 |
2008-09-11 | * value.h (value_add, value_sub): Remove. | Ulrich Weigand | 1 | -14/+66 |
2008-09-11 | * eval.c (evaluate_subexp_for_sizeof): Use builtin_int type of | Ulrich Weigand | 1 | -6/+6 |
2008-09-11 | * expression.h (enum exp_opcode): Document OP_COMPLEX to take | Ulrich Weigand | 1 | -1/+2 |
2008-09-11 | * language.h (struct language_arch_info): New members | Ulrich Weigand | 1 | -14/+26 |
2008-09-11 | * value.h (value_bitstring_subscript): New prototype. | Ulrich Weigand | 1 | -1/+22 |
2008-08-21 | * frame.h (frame_map_regnum_to_name): Remove prototype. | Ulrich Weigand | 1 | -2/+3 |
2008-06-06 | gdb | Tom Tromey | 1 | -0/+30 |