Split out eval_op_ind
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:03 +0000 (07:28 -0700)
commit786f70ee4d370b3c308ef574bdeda06c6393db06
treec4b30856c0385e00d678d9efdbb01460d35a7632
parent24338fb9d964135fced728e943d0e8e80df3840b
Split out eval_op_ind

This splits UNOP_IND into a new function for future use.

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

* eval.c (eval_op_ind): New function.
(evaluate_subexp_standard): Use it.
gdb/ChangeLog
gdb/eval.c