Home
last modified time | relevance | path

Searched defs:probe_ops (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dprobe.h52 struct probe_ops struct
61 int (*is_linespec) (const char **linespecp);
70 void (*relocate) (struct probe *probe, CORE_ADDR delta);
74 unsigned (*get_probe_argument_count) (struct probe *probe);
79 struct value *(*evaluate_probe_argument) (struct probe *probe,
85 void (*compile_to_ax) (struct probe *probe, struct agent_expr *aexpr,
92 void (*set_semaphore) (struct probe *probe, struct gdbarch *gdbarch);
98 void (*clear_semaphore) (struct probe *probe, struct gdbarch *gdbarch);
126 /* Definition of a vector of probe_ops. */ argument
H A Dprobe.c49 const struct probe_ops *probe_ops; in parse_probes() local
665 const struct probe_ops *probe_ops; in probe_linespec_to_ops() local
H A Delfread.c1598 const struct probe_ops *probe_ops; in VEC() local