mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 11:01:35 +08:00
Introduce ternop_slice_operation
This adds class ternop_slice_operation, which implements TERNOP_SLICE. gdb/ChangeLog 2021-03-08 Tom Tromey <tom@tromey.com> * expop.h (class ternop_slice_operation): New. * eval.c (eval_op_ternop): No longer static.
This commit is contained in:
@ -1327,7 +1327,7 @@ eval_op_concat (struct type *expect_type, struct expression *exp,
|
||||
|
||||
/* A helper function for TERNOP_SLICE. */
|
||||
|
||||
static struct value *
|
||||
struct value *
|
||||
eval_op_ternop (struct type *expect_type, struct expression *exp,
|
||||
enum noside noside,
|
||||
struct value *array, struct value *low, struct value *upper)
|
||||
|
Reference in New Issue
Block a user