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

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 4757 struct eval_agent_expr_context ax_ctx; local
4760 ax_ctx.regcache = NULL;
4761 ax_ctx.tframe = tframe;
4762 ax_ctx.tpoint = tpoint;
4768 agent_mem_read (&ax_ctx, NULL, (CORE_ADDR) maction->addr,
4825 struct eval_agent_expr_context ax_ctx; local
4828 ax_ctx.regcache = get_context_regcache (ctx);
4829 ax_ctx.tframe = tframe;
4830 ax_ctx.tpoint = tpoint;
4834 err = gdb_eval_agent_expr (&ax_ctx, eaction->expr, NULL)
4890 struct eval_agent_expr_context ax_ctx; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 4757 struct eval_agent_expr_context ax_ctx; local
4760 ax_ctx.regcache = NULL;
4761 ax_ctx.tframe = tframe;
4762 ax_ctx.tpoint = tpoint;
4768 agent_mem_read (&ax_ctx, NULL, (CORE_ADDR) maction->addr,
4825 struct eval_agent_expr_context ax_ctx; local
4828 ax_ctx.regcache = get_context_regcache (ctx);
4829 ax_ctx.tframe = tframe;
4830 ax_ctx.tpoint = tpoint;
4834 err = gdb_eval_agent_expr (&ax_ctx, eaction->expr, NULL)
4890 struct eval_agent_expr_context ax_ctx; local
    [all...]

Completed in 30 milliseconds