Searched refs:agent_op (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ax.h | 151 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);
|
| D | ax-general.c | 34 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()
|
| D | ax-gdb.c | 109 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()
|
| D | ChangeLog-2011 | 10266 * ax.h (enum agent_op): Use ax.def. 10274 * ax.h (enum agent_op) <aop_pick, aop_rot>: New constants.
|
| D | ChangeLog-1999 | 7688 * ax.h (enum agent_op): Same.
|
| D | ChangeLog-2009 | 68 * ax.h (enum agent_op): Add getv, setv, and tracev.
|
| D | ChangeLog-2019 | 15904 (enum agent_op): Fix common/ includes.
|