HomeSort by: relevance | last modified time | path
    Searched defs:xaction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 1986 struct eval_expr_action *xaction = XNEW (struct eval_expr_action); local
1988 xaction->base.type = *act;
1989 action = &xaction->base;
1992 xaction->expr = gdb_parse_agent_expr (&act);
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 1986 struct eval_expr_action *xaction = XNEW (struct eval_expr_action); local
1988 xaction->base.type = *act;
1989 action = &xaction->base;
1992 xaction->expr = gdb_parse_agent_expr (&act);

Completed in 36 milliseconds