aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-15 * value.h (address_of_variable): Add prototype.Ulrich Weigand1-11/+6
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-2/+2
2008-12-28 Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrary TYPE_NFIELDS inJan Kratochvil1-1/+1
2008-11-04 * eval.c (evaluate_subexp_standard): Assert that there is atDaniel Jacobowitz1-0/+2
2008-10-28gdbTom Tromey1-6/+5
2008-10-08 Convert static_kind into loc_kind enum.Jan Kratochvil1-1/+2
2008-10-02gdb/Jan Kratochvil1-7/+2
2008-09-11 * valops.c: Include "objfiles.h" and "symtab.h".Ulrich Weigand1-4/+6
2008-09-11 * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32Ulrich Weigand1-1/+1
2008-09-11 * eval.c (evaluate_subexp_standard): Use exp->gdbarch types insteadUlrich Weigand1-11/+15
2008-09-11 * valops.c (value_ind): No longer allow dereferencing anUlrich Weigand1-1/+10
2008-09-11 * eval.c (evaluate_subexp_standard): Use builtin_type_int8Ulrich Weigand1-1/+1
2008-09-11 * eval.c (evaluate_subexp_standard): Add calls to binop_promoteUlrich Weigand1-11/+71
2008-09-11 * value.h (unop_promote, binop_promote): Add prototypes.Ulrich Weigand1-0/+193
2008-09-11 * value.h (value_add, value_sub): Remove.Ulrich Weigand1-14/+66
2008-09-11 * eval.c (evaluate_subexp_for_sizeof): Use builtin_int type ofUlrich Weigand1-6/+6
2008-09-11 * expression.h (enum exp_opcode): Document OP_COMPLEX to takeUlrich Weigand1-1/+2
2008-09-11 * language.h (struct language_arch_info): New membersUlrich Weigand1-14/+26
2008-09-11 * value.h (value_bitstring_subscript): New prototype.Ulrich Weigand1-1/+22
2008-08-21 * frame.h (frame_map_regnum_to_name): Remove prototype.Ulrich Weigand1-2/+3
2008-06-06gdbTom Tromey1-0/+30
2008-05-27 * symtab.h (enum address_class): Remove LOC_REGPARM andAndreas Schwab1-2/+1
2008-04-22doc/ChangeLog:Corinna Vinschen1-8/+9
2008-04-22 * eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue forMarkus Deuling1-1/+1
2008-03-21 * eval.c (evaluate_subexp_for_address): Clarify error message.Daniel Jacobowitz1-2/+2
2008-02-04 * eval.c (evaluate_subexp_standard): Fix type of result of mixedDoug Evans1-5/+23
2008-01-30 * eval.c (evaluate_subexp_standard): Add handling of userJoel Brobecker1-1/+9
2008-01-302008-01-25 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller1-1/+3
2008-01-18 * gdbarch.sh (function_list): Add new property bits_big_endian toMarkus Deuling1-1/+1
2008-01-07 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.Thiago Jung Bauermann1-2/+2
2008-01-03 * eval.c (evaluate_subexp_for_address): Provide frame address toJoel Brobecker1-1/+3
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-10-252007-10-25 Wu Zhou <woodzltc@cn.ibm.com>Thiago Jung Bauermann1-0/+5
2007-10-12 * block.h (struct block): Remove "gcc_compile_flag" member.Ulrich Weigand1-6/+2
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-06-13 * expression.h (enum exp_opcode): Document a register name forDaniel Jacobowitz1-4/+9
2007-06-05 * hppa-hpux-tdep.c (args_for_find_stub, HP_ACC_EH_notify_hook,Ulrich Weigand1-49/+0
2007-02-08 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)Daniel Jacobowitz1-1/+6
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-2/+2
2007-01-04 * Makefile.in (eval.o): Update dependencies.Daniel Jacobowitz1-2/+22
2007-01-03 * NEWS: Mention pointer to member improvements.Daniel Jacobowitz1-106/+88
2006-10-102006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>Daniel Jacobowitz1-0/+15
2006-07-25gdb/Daniel Jacobowitz1-3/+21
2006-07-20gdb/Daniel Jacobowitz1-0/+4
2006-02-18 2006-02-16 Fred Fish <fnf@specifix.com>Fred Fish1-1/+9
2005-12-17 * breakpoint.c:Eli Zaretskii1-3/+3
2005-09-20 * expression.h (enum exp_opcode): Add a new operator for F90Wu Zhou1-23/+35
2005-07-06 * f-exp.y (yyparse): Add code to support exponentiation expression.Wu Zhou1-0/+1
2005-06-28* eval.c (evaluate_struct_tuple): Use strcmp instead ofMark Kettenis1-3/+3
2005-06-13 * eval.c (evaluate_subexp_standard): Add code to check the targetWu Zhou1-0/+18