This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/8] Make gdb expression debugging handle OP_F90_RANGE


On 04/27/2016 03:49 AM, Tom Tromey wrote:
> 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-04-26  Tom Tromey  <tom@tromey.com>
> 
> 	* expprint.c: Include f-lang.h.
> 	(print_subexp_standard, dump_subexp_body_standard): Handle
> 	OP_F90_RANGE.

OK.

After this whole series is in, should we rename this op to
reflect it's now used by more than Fortran?

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]