aboutsummaryrefslogtreecommitdiff
path: root/gdb/eval.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-06-17 20:24:22 +0000
committerTom Tromey <tromey@redhat.com>2011-06-17 20:24:22 +0000
commitaee28ec61ad1d4027a78cdbc1da0dcd9f43e2374 (patch)
tree45e05b6b540cb839bcce895490b02696ac0eb2fa /gdb/eval.c
parent563002680ccbb26706b55313bcccd84d8b299a78 (diff)
downloadgdb-aee28ec61ad1d4027a78cdbc1da0dcd9f43e2374.zip
gdb-aee28ec61ad1d4027a78cdbc1da0dcd9f43e2374.tar.gz
gdb-aee28ec61ad1d4027a78cdbc1da0dcd9f43e2374.tar.bz2
* valops.c (value_of_local): Complain if NAME is NULL.
* std-operator.def (OP_OBJC_SELF): Remove. * parse.c (operator_length_standard) <OP_OBJC_SELF>: Remove. * objc-exp.y (name_not_typename): Use OP_THIS. * expprint.c (print_subexp_standard) <OP_THIS>: Print language's name for "this". <OP_OBJC_SELF>: Remove. * eval.c (evaluate_subexp_standard) <OP_OBJC_SELF>: Remove.
Diffstat (limited to 'gdb/eval.c')
-rw-r--r--gdb/eval.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/eval.c b/gdb/eval.c
index bbc7b8a..22ca881 100644
--- a/gdb/eval.c
+++ b/gdb/eval.c
@@ -2830,11 +2830,7 @@ evaluate_subexp_standard (struct type *expect_type,
case OP_THIS:
(*pos) += 1;
- return value_of_this (1);
-
- case OP_OBJC_SELF:
- (*pos) += 1;
- return value_of_local ("self", 1);
+ return value_of_local (exp->language_defn->la_name_of_this, 1);
case OP_TYPE:
/* The value is not supposed to be used. This is here to make it