GDB (API)
|
#include "symfile.h"
Public Member Functions | |
VEC (probe_p)*(*sym_get_probes)(struct objfile *) | |
Public Attributes | |
unsigned(* | sym_get_probe_argument_count )(struct probe *probe) |
int(* | can_evaluate_probe_arguments )(struct probe *probe) |
struct value *(* | sym_evaluate_probe_argument )(struct probe *probe, unsigned n) |
void(* | sym_compile_to_ax )(struct probe *probe, struct agent_expr *expr, struct axs_value *value, unsigned n) |
void(* | sym_relocate_probe )(struct objfile *objfile, const struct section_offsets *new_offsets, const struct section_offsets *delta) |
int(* sym_probe_fns::can_evaluate_probe_arguments)(struct probe *probe) |
void(* sym_probe_fns::sym_compile_to_ax)(struct probe *probe, struct agent_expr *expr, struct axs_value *value, unsigned n) |
struct value*(* sym_probe_fns::sym_evaluate_probe_argument)(struct probe *probe, unsigned n) [read] |
unsigned(* sym_probe_fns::sym_get_probe_argument_count)(struct probe *probe) |
void(* sym_probe_fns::sym_relocate_probe)(struct objfile *objfile, const struct section_offsets *new_offsets, const struct section_offsets *delta) |