Home
last modified time | relevance | path

Searched refs:aexpr (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c687 if (aexpr->min_height < 0) in report_agent_reqs_errors()
697 if (aexpr->max_height > 20) in report_agent_reqs_errors()
710 struct agent_expr *aexpr; in validate_actionline() local
792 ax_reqs (aexpr); in validate_actionline()
830 ax_reqs (aexpr); in validate_actionline()
1111 if (!aexpr) in collect_symbol()
1120 ax_reqs (aexpr); in collect_symbol()
1383 struct agent_expr *aexpr; in encode_actions_1() local
1441 ax_reqs (aexpr); in encode_actions_1()
1529 ax_reqs (aexpr); in encode_actions_1()
[all …]
H A Dstap-probe.c88 struct expression *aexpr; member
981 arg.aexpr = expr; in stap_parse_probe_arguments()
1065 return evaluate_subexp_standard (arg->atype, arg->aexpr, &pos, EVAL_NORMAL); in stap_evaluate_probe_argument()
1083 pc = arg->aexpr->elts; in stap_compile_to_ax()
1084 gen_expr (arg->aexpr, &pc, expr, value); in stap_compile_to_ax()
1107 xfree (arg->aexpr); in stap_probe_destroy()
H A Dprobe.h85 void (*compile_to_ax) (struct probe *probe, struct agent_expr *aexpr,
H A Dremote.c8005 struct agent_expr *aexpr = NULL; in remote_add_target_side_condition() local
8024 for (i = 0; i < aexpr->len; ++i) in remote_add_target_side_condition()
8025 buf = pack_hex_byte (buf, aexpr->buf[i]); in remote_add_target_side_condition()
8037 struct agent_expr *aexpr = NULL; in remote_add_target_side_commands() local
8054 sprintf (buf, "X%x,", aexpr->len); in remote_add_target_side_commands()
8056 for (i = 0; i < aexpr->len; ++i) in remote_add_target_side_commands()
8057 buf = pack_hex_byte (buf, aexpr->buf[i]); in remote_add_target_side_commands()
10392 struct agent_expr *aexpr; in remote_download_tracepoint() local
10469 aexpr->len); in remote_download_tracepoint()
10471 for (ndx = 0; ndx < aexpr->len; ++ndx) in remote_download_tracepoint()
[all …]
H A Dbreakpoint.c2050 struct agent_expr *aexpr = NULL; in parse_cond_to_aexpr() local
2061 aexpr = gen_eval_for_expr (scope, cond); in parse_cond_to_aexpr()
2073 return aexpr; in parse_cond_to_aexpr()
2110 struct agent_expr *aexpr; in build_target_condition_list() local
2117 loc->cond_bytecode = aexpr; in build_target_condition_list()
2122 if (aexpr) in build_target_condition_list()
2188 struct agent_expr *aexpr = NULL; in parse_cmd_to_aexpr() local
2267 return aexpr; in parse_cmd_to_aexpr()
2302 struct agent_expr *aexpr; in build_target_command_list() local
2310 loc->cmd_bytecode = aexpr; in build_target_command_list()
[all …]
/dragonfly/bin/test/
H A Dtest.c176 static int aexpr(enum token);
249 res = aexpr(n); in oexpr()
259 aexpr(enum token n) in aexpr() function
265 return aexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) && in aexpr()