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

  /src/external/gpl3/gdb.old/dist/gdb/
ax.h 37 The agent_expr routines and datatypes are a bytecode language
82 struct agent_expr
85 agent_expr (struct gdbarch *gdbarch, CORE_ADDR scope)
147 /* An agent_expr owning pointer. */
148 typedef std::unique_ptr<agent_expr> agent_expr_up;
166 extern void ax_raw_byte (struct agent_expr *expr, gdb_byte byte);
169 extern void ax_simple (struct agent_expr *EXPR, enum agent_op OP);
173 extern void ax_pick (struct agent_expr *EXPR, int DEPTH);
179 extern void ax_ext (struct agent_expr *EXPR, int N);
182 extern void ax_zero_ext (struct agent_expr *EXPR, int N)
81 struct agent_expr struct
84 agent_expr (struct gdbarch *gdbarch, CORE_ADDR scope) function in struct:agent_expr
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ax.h 37 The agent_expr routines and datatypes are a bytecode language
82 struct agent_expr
85 agent_expr (struct gdbarch *gdbarch, CORE_ADDR scope)
147 /* An agent_expr owning pointer. */
148 typedef std::unique_ptr<agent_expr> agent_expr_up;
166 extern void ax_raw_byte (struct agent_expr *expr, gdb_byte byte);
169 extern void ax_simple (struct agent_expr *EXPR, enum agent_op OP);
173 extern void ax_pick (struct agent_expr *EXPR, int DEPTH);
179 extern void ax_ext (struct agent_expr *EXPR, int N);
182 extern void ax_zero_ext (struct agent_expr *EXPR, int N)
81 struct agent_expr struct
84 agent_expr (struct gdbarch *gdbarch, CORE_ADDR scope) function in struct:agent_expr
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
ax.h 41 struct agent_expr struct
52 struct agent_expr *gdb_parse_agent_expr (const char **actparm);
55 void gdb_free_agent_expr (struct agent_expr *aexpr);
60 char *gdb_unparse_agent_expr (struct agent_expr *aexpr);
63 enum eval_result_type compile_bytecodes (struct agent_expr *aexpr);
80 struct agent_expr *aexpr,
  /src/external/gpl3/gdb/dist/gdbserver/
ax.h 41 struct agent_expr struct
52 struct agent_expr *gdb_parse_agent_expr (const char **actparm);
55 void gdb_free_agent_expr (struct agent_expr *aexpr);
60 char *gdb_unparse_agent_expr (struct agent_expr *aexpr);
63 enum eval_result_type compile_bytecodes (struct agent_expr *aexpr);
80 struct agent_expr *aexpr,

Completed in 18 milliseconds