Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-05-27 | * symtab.h (enum address_class): Remove LOC_REGPARM and | Andreas Schwab | 1 | -2/+1 |
2008-04-22 | doc/ChangeLog: | Corinna Vinschen | 1 | -8/+9 |
2008-04-22 | * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for | Markus Deuling | 1 | -1/+1 |
2008-03-21 | * eval.c (evaluate_subexp_for_address): Clarify error message. | Daniel Jacobowitz | 1 | -2/+2 |
2008-02-04 | * eval.c (evaluate_subexp_standard): Fix type of result of mixed | Doug Evans | 1 | -5/+23 |
2008-01-30 | * eval.c (evaluate_subexp_standard): Add handling of user | Joel Brobecker | 1 | -1/+9 |
2008-01-30 | 2008-01-25 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 1 | -1/+3 |
2008-01-18 | * gdbarch.sh (function_list): Add new property bits_big_endian to | Markus Deuling | 1 | -1/+1 |
2008-01-07 | * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h. | Thiago Jung Bauermann | 1 | -2/+2 |
2008-01-03 | * eval.c (evaluate_subexp_for_address): Provide frame address to | Joel Brobecker | 1 | -1/+3 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-10-25 | 2007-10-25 Wu Zhou <woodzltc@cn.ibm.com> | Thiago Jung Bauermann | 1 | -0/+5 |
2007-10-12 | * block.h (struct block): Remove "gcc_compile_flag" member. | Ulrich Weigand | 1 | -6/+2 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-06-13 | * expression.h (enum exp_opcode): Document a register name for | Daniel Jacobowitz | 1 | -4/+9 |
2007-06-05 | * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook, | Ulrich Weigand | 1 | -49/+0 |
2007-02-08 | * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o) | Daniel Jacobowitz | 1 | -1/+6 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -2/+2 |
2007-01-04 | * Makefile.in (eval.o): Update dependencies. | Daniel Jacobowitz | 1 | -2/+22 |