Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDtracepoint.c1073 struct agent_expr **aexpr_list; member
1352 free_agent_expr (list->aexpr_list[ndx]); in clear_collection_list()
1353 list->aexpr_list[ndx] = NULL; in clear_collection_list()
1429 if ((count + 10 + 2 * list->aexpr_list[i]->len) > MAX_AGENT_EXPR_LEN) in stringify_collection_list()
1436 sprintf (end, "X%08X,", list->aexpr_list[i]->len); in stringify_collection_list()
1440 end = mem2hex (list->aexpr_list[i]->buf, end, list->aexpr_list[i]->len); in stringify_collection_list()
1441 count += 2 * list->aexpr_list[i]->len; in stringify_collection_list()
1654 collect->aexpr_list = in add_aexpr()
1655 xrealloc (collect->aexpr_list, in add_aexpr()
1659 collect->aexpr_list[collect->next_aexpr_elt] = aexpr; in add_aexpr()
[all …]