aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-15 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>Sami Wagiaalla1-1/+1
2010-03-09dwarf2_physname patchset:Keith Seitz1-1/+1
2010-02-08gdbTom Tromey1-10/+75
2010-01-26gdbTom Tromey1-1/+1
2010-01-18gdbTom Tromey1-0/+16
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-11-10 * c-exp.y: Add new rule for resolving method overloads.Keith Seitz1-2/+41
2009-10-06 ARI fix: OP eol rule.Pierre Muller1-10/+10
2009-09-29 * eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: SupportUlrich Weigand1-5/+19
2009-09-22gdbTom Tromey1-4/+11
2009-07-02 * python/python-internal.h (struct language_defn): Declare.Ulrich Weigand1-1/+2
2009-07-02 * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand1-2/+2
2009-07-02 * ada-lang.c (assign_component): Use platform-specific integer typeUlrich Weigand1-2/+3
2009-07-02 * gdbtypes.h (struct builtin_type): Add internal_fn member.Ulrich Weigand1-1/+2
2009-06-29 * value.h (value_subscript, value_subscripted_rvalue,Ulrich Weigand1-34/+34
2009-06-24 * eval.c (evaluate_subexp_standard): Use expression architectureUlrich Weigand1-1/+1
2009-06-23 * ada-lang.c (evaluate_subexp): Delete. Use the version from eval.c.Joel Brobecker1-4/+1
2009-06-17 * gdbtypes.c (create_string_type): Receive character type as argument.Ulrich Weigand1-7/+13
2009-06-17 * dummy-frame.c (deprecated_pc_in_call_dummy): Add GDBARCH parameter,Ulrich Weigand1-6/+7
2009-06-11 * eval.c (evaluate_subexp_standard) <OP_OBJC_MSGCALL>: RemoveTom Tromey1-5/+5
2009-05-282009-05-27 Tom Tromey <tromey@redhat.com>Tom Tromey1-3/+3
2009-03-21gdb/Thiago Jung Bauermann1-0/+6
2009-03-202009-03-20 Tom Tromey <tromey@redhat.com>Tom Tromey1-1/+11
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves1-1/+1
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