Home
last modified time | relevance | path

Searched refs:agent_op (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dax.h151 enum agent_op enum
167 extern void ax_simple (struct agent_expr *EXPR, enum agent_op OP);
191 extern int ax_goto (struct agent_expr *EXPR, enum agent_op OP);
211 extern void ax_tsv (struct agent_expr *expr, enum agent_op op, int num);
Dax-general.c34 static void generic_ext (struct agent_expr *x, enum agent_op op, int n);
81 ax_simple (struct agent_expr *x, enum agent_op op) in ax_simple()
102 generic_ext (struct agent_expr *x, enum agent_op op, int n) in generic_ext()
154 ax_goto (struct agent_expr *x, enum agent_op op) in ax_goto()
183 static enum agent_op ops[] in ax_const_l()
257 ax_tsv (struct agent_expr *x, enum agent_op op, int num) in ax_tsv()
353 enum agent_op op = (enum agent_op) x->buf[i]; in ax_print()
Dax-gdb.c109 enum agent_op op, struct type *type);
121 enum agent_op op,
122 enum agent_op op_unsigned, int may_carry,
951 gen_scale (struct agent_expr *ax, enum agent_op op, struct type *type) in gen_scale()
1053 enum agent_op op, enum agent_op op_unsigned, in gen_binop()
1157 static enum agent_op ops[] in gen_bitfield_ref()
DChangeLog-201110266 * ax.h (enum agent_op): Use ax.def.
10274 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
DChangeLog-19997688 * ax.h (enum agent_op): Same.
DChangeLog-200968 * ax.h (enum agent_op): Add getv, setv, and tracev.
DChangeLog-201915904 (enum agent_op): Fix common/ includes.