aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-182004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>Jim Blandy1-8/+18
2003-11-232003-11-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2003-09-252003-09-25 David Carlton <carlton@kealia.com>David Carlton1-5/+3
2003-09-25* parser-defs.h (struct exp_descriptor): New definition, containingPaul N. Hilfinger1-1/+3
2003-09-162003-09-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-11/+11
2003-09-142003-09-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-13/+13
2003-09-132003-09-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2003-09-09Reverting until I learn how to conform..David Lecomber1-9/+5
2003-09-09Change array element access to something similar to way C works.David Lecomber1-5/+9
2003-07-072003-07-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-04-30* eval.c (evaluate_subexp_standard): Handle ObjC ops.Adam Fedor1-0/+284
2003-04-212003-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+1
2003-03-122003-03-12 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-01-142003-01-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-3/+4
2003-01-022003-01-02 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-5/+6
2002-11-292002-11-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-1/+1
2002-09-252002-09-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+2
2002-08-012002-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-9/+7
2002-04-122002-04-12 Michael Snyder <msnyder@redhat.com>Michael Snyder1-6/+6
2002-03-16 * eval.c (evaluate_subexp_standard): Fix setup of ``this'' pointerPeter Schauer1-8/+9
2002-03-16* eval.c (evaluate_subexp_standard): Pass ``selected_frame'' toAndrew Cagney1-2/+1
2002-01-042002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-1/+1
2001-12-25* cli/cli-script.c (execute_control_command): Replace value_ptrAndrew Cagney1-3/+3
2001-12-10Approved by Jim Blandy:Fred Fish1-2/+2
2001-11-12Patch from Andreas Schwab <schwab@suse.de>:Jim Blandy1-2/+2
2001-11-10s/value_ptr/struct value */Andrew Cagney1-46/+49
2001-10-16* value.h (value_as_address): Rename value_as_pointer.Andrew Cagney1-3/+3
2001-04-27(Changes from Daniel Berlin, with revisions by Jim Blandy.)Jim Blandy1-0/+1
2001-03-19Zap __STDC__ references.Andrew Cagney1-3/+0
2001-03-072001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin1-1/+0
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2000-10-30 * eval.c (parse_and_eval_long): New function.David Taylor1-0/+15
2000-09-01Correct spelling in comment: tupes -> tuples.David Anderson1-1/+1
2000-07-30Protoization.Kevin Buettner1-53/+24
2000-05-28PARAMS removal.Kevin Buettner1-11/+10
2000-04-26 * ax-gdb.c (agent_command): Remove now useless cast ofPhilippe De Muyter1-4/+4
2000-04-14* gdbarch.sh (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER): Two newJim Blandy1-3/+4
2000-04-04C++ changes for 5.0, finally committed.Daniel Berlin1-24/+36
2000-03-142000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-1/+1
1999-12-14import gdb-1999-12-13 snapshotJason Molenda1-1/+1
1999-10-19import gdb-1999-10-18 snapshotJason Molenda1-3/+11
1999-10-12import gdb-1999-10-11 snapshotJason Molenda1-3/+2
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-5/+0
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-304/+306
1999-06-07import gdb-1999-06-07 snapshotJason Molenda1-15/+2
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1989
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1871/+0
1997-06-07start-sanitize-gdbtkPeter Schauer1-6/+12
1996-09-04 * ch-exp.c (parse_tuple_element): Allow (*): for array tuplesWilfried Moser1-39/+63
1996-04-09 * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET:Wilfried Moser1-0/+27