Make gdb expression debugging handle OP_F90_RANGE
authorTom Tromey <tom@tromey.com>
Wed, 20 Apr 2016 14:14:16 +0000 (08:14 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 17 May 2016 18:01:58 +0000 (12:01 -0600)
commite4b8a1c839b88c345b82c37c90814a89c7f0c3c2
tree3aff1c51a20d860792d07fe12baaad722300303a
parent9ab0bb2a673875ba15d6956f2c587c9c31f40357
Make gdb expression debugging handle OP_F90_RANGE

print_subexp_standard and dump_subexp_body_standard did not handle
OP_F90_RANGE.  Attempting to dump an expression using this opcode
would fail.

This patch adds support for this opcode to these functions.

2016-05-17  Tom Tromey  <tom@tromey.com>

* expprint.c: Include f-lang.h.
(print_subexp_standard, dump_subexp_body_standard): Handle
OP_F90_RANGE.
gdb/ChangeLog
gdb/expprint.c