| Commit message (Expand) | Author | Age | Files | Lines |
* | gdb/ | Jan Kratochvil | 2010-03-16 | 1 | -1/+2 |
* | * ax-gdb.c (gen_exp_binop_rest) [BINOP_SUBSCRIPT]: Error out on | Pedro Alves | 2010-02-11 | 1 | -4/+17 |
* | PR gdb/10728 | cmoller | 2010-02-08 | 1 | -0/+7 |
* | gdb | Tom Tromey | 2010-01-20 | 1 | -0/+28 |
* | Update copyright year in most headers. | Joel Brobecker | 2010-01-01 | 1 | -2/+2 |
* | gdb/ | Thiago Jung Bauermann | 2009-12-30 | 1 | -0/+18 |
* | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 2009-07-02 | 1 | -11/+34 |
* | * gdbtypes.c (make_pointer_type, make_reference_type, | Ulrich Weigand | 2009-07-02 | 1 | -4/+5 |
* | * ada-lang.c (assign_component): Use platform-specific integer type | Ulrich Weigand | 2009-07-02 | 1 | -2/+3 |
* | * value.h (value_subscript, value_subscripted_rvalue, | Ulrich Weigand | 2009-06-29 | 1 | -43/+10 |
* | * gdbtypes.c (create_string_type): Receive character type as argument. | Ulrich Weigand | 2009-06-17 | 1 | -2/+7 |
* | * dfp.h (decimal_binop): Convert LEN_RESULT to input parameter. | Ulrich Weigand | 2009-06-03 | 1 | -12/+14 |
* | 2009-01-13 Jim Blandy <jimb@codesourcery.com> | Pedro Alves | 2009-01-13 | 1 | -10/+2 |
* | Updated copyright notices for most files. | Joel Brobecker | 2009-01-03 | 1 | -1/+1 |
* | Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS in | Jan Kratochvil | 2008-12-28 | 1 | -1/+1 |
* | * valarith.c (value_x_unop): Use builtin_type_int8 as type for | Ulrich Weigand | 2008-09-11 | 1 | -4/+3 |
* | * value.h (coerce_enum, coerce_number): Remove prototypes. | Ulrich Weigand | 2008-09-11 | 1 | -4/+1 |
* | * eval.c (evaluate_subexp_standard): Add calls to binop_promote | Ulrich Weigand | 2008-09-11 | 1 | -14/+0 |
* | * value.h (unop_promote, binop_promote): Add prototypes. | Ulrich Weigand | 2008-09-11 | 1 | -328/+81 |
* | * value.h (value_add, value_sub): Remove. | Ulrich Weigand | 2008-09-11 | 1 | -66/+50 |
* | * language.h (struct language_arch_info): New members | Ulrich Weigand | 2008-09-11 | 1 | -2/+2 |
* | * value.h (value_bitstring_subscript): New prototype. | Ulrich Weigand | 2008-09-11 | 1 | -28/+51 |
* | * ada-lang.c (ada_value_primitive_packed_val): Only check | Daniel Jacobowitz | 2008-04-30 | 1 | -1/+1 |
* | * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for | Markus Deuling | 2008-04-22 | 1 | -2/+1 |
* | * eval.c (evaluate_subexp_standard): Fix type of result of mixed | Doug Evans | 2008-02-04 | 1 | -145/+323 |
* | * valarith.c (value_binop): Handle unsigned BINOP_REM division by zero. | Doug Evans | 2008-02-03 | 1 | -1/+4 |
* | 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com> | Paul N. Hilfinger | 2008-01-30 | 1 | -14/+78 |
* | * valarith.c (value_binop): Handle unsigned integer | Pierre Muller | 2008-01-29 | 1 | -1/+4 |
* | * gdbarch.sh (function_list): Add new property bits_big_endian to | Markus Deuling | 2008-01-18 | 1 | -2/+3 |
* | * valarith.c (value_binop): Handle BINOP_INTDIV | Pierre Muller | 2008-01-17 | 1 | -0/+2 |
* | * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h. | Thiago Jung Bauermann | 2008-01-07 | 1 | -5/+127 |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1 | -1/+1 |
* | 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com> | Thiago Jung Bauermann | 2007-10-25 | 1 | -0/+17 |
* | Switch the license of all .c files to GPLv3. | Joel Brobecker | 2007-08-23 | 1 | -4/+2 |
* | 2007-06-12 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 2007-06-12 | 1 | -2/+2 |
* | 2007-06-12 Markus Deuling <deuling@de.ibm.com> | Ulrich Weigand | 2007-06-12 | 1 | -2/+2 |
* | Copyright updates for 2007. | Daniel Jacobowitz | 2007-01-09 | 1 | -2/+2 |
* | 2006-01-24 Jim Blandy <jimb@redhat.com> | Jim Blandy | 2006-01-24 | 1 | -8/+11 |
* | * breakpoint.c: | Eli Zaretskii | 2005-12-17 | 1 | -3/+3 |
* | * valarith.c (value_equal, value_less): Avoid compiler bug on | Mark Kettenis | 2005-08-21 | 1 | -4/+14 |
* | PR exp/1978 | Andreas Schwab | 2005-08-11 | 1 | -1/+8 |
* | * f-exp.y (yyparse): Add code to support exponentiation expression. | Wu Zhou | 2005-07-06 | 1 | -14/+17 |
* | 2005-05-09 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-05-09 | 1 | -6/+6 |
* | * ax-gdb.c (gen_expr): Add UNOP_PLUS case. | Nathan Sidwell | 2005-03-08 | 1 | -1/+31 |
* | 2005-02-10 Andrew Cagney <cagney@gnu.org>gdb-post-i18n-errorwarning-20050211 | Andrew Cagney | 2005-02-11 | 1 | -40/+40 |
* | 2005-02-07 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-02-08 | 1 | -2/+2 |
* | 2005-02-07 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-02-08 | 1 | -2/+2 |
* | 2005-02-07 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-02-07 | 1 | -1/+1 |
* | 2005-02-06 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-02-07 | 1 | -17/+19 |
* | 2005-02-02 Andrew Cagney <cagney@gnu.org> | Andrew Cagney | 2005-02-02 | 1 | -1/+1 |