Searched refs:probe_name (Results 1 – 1 of 1) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | probe.c | 261 collect_probes (char *objname, char *provider, char *probe_name, in VEC() 273 compile_rx_or_error (&probe_pat, probe_name, _("Invalid probe regexp")); in VEC() 302 if (probe_name in VEC() 493 char *provider, *probe_name = NULL, *objname = NULL; in info_probes_for_ops() local 511 probe_name = extract_arg (&arg); in info_probes_for_ops() 512 if (probe_name) in info_probes_for_ops() 514 make_cleanup (xfree, probe_name); in info_probes_for_ops() 542 probes = collect_probes (objname, provider, probe_name, pops); in info_probes_for_ops()
|