]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Introduce var_msym_value_operation
authorTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:27:57 +0000 (07:27 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:28:15 +0000 (07:28 -0700)
commit0c8effa32e9326ca80f3e7cd74635e1dc44b3db5
treeb6d0af9e6efda5de07f2df3885b698eb24756f0c
parentd336c29e3f1b9adc314fcf44af38fb1d2b65b5e6
Introduce var_msym_value_operation

This adds class var_msym_value_operation, which implements
OP_VAR_MSYM_VALUE.  A new method is added to class operation in order
to support a special case in minsym evaluation.

gdb/ChangeLog
2021-03-08  Tom Tromey  <tom@tromey.com>

* expression.h (class operation) <set_outermost>: New method.
* expop.h (class var_msym_value_operation): New.
* eval.c (eval_op_var_msym_value): No longer static.
(var_msym_value_operation::evaluate_for_address)
(var_msym_value_operation::evaluate_for_sizeof)
(var_msym_value_operation::evaluate_for_cast): New methods.
* ax-gdb.c (var_msym_value_operation::do_generate_ax): New
method.
gdb/ChangeLog
gdb/ax-gdb.c
gdb/eval.c
gdb/expop.h
gdb/expression.h