Home
last modified time | relevance | path

Searched refs:stap_static_probe_ops (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dstap-probe.c104 class stap_static_probe_ops : public static_probe_ops
109 stap_static_probe_ops () in stap_static_probe_ops() function
130 const stap_static_probe_ops stap_static_probe_ops {};
1522 return &stap_static_probe_ops; in get_static_ops()
1648 stap_static_probe_ops::is_linespec (const char **linespecp) const in is_linespec()
1658 stap_static_probe_ops::get_probes in get_probes()
1712 stap_static_probe_ops::type_name () const in type_name()
1720 stap_static_probe_ops::gen_info_probes_table_header () const in gen_info_probes_table_header()
1735 info_probes_for_spops (arg, from_tty, &stap_static_probe_ops); in info_probes_stap_command()
1742 all_static_probe_ops.push_back (&stap_static_probe_ops); in _initialize_stap_probe()
H A DChangeLog-20172095 (class stap_static_probe_ops): ...this and...
2133 (stap_static_probe_ops::get_probes): ...this. Adjust code to
2136 (stap_static_probe_ops::is_linespec): ...this. Adjust code to
2139 (stap_static_probe_ops::type_name): ...this. Adjust code to
2142 (stap_static_probe_ops::gen_info_probes_table_header):
H A DChangeLog-201910526 (stap_static_probe_ops::get_probes): Likewise.
10766 (stap_static_probe_ops::get_probes): Change type.
H A DChangeLog-2018365 * stap-probe.c (stap_static_probe_ops): Ditto.
H A DChangeLog-202018601 * stap-probe.c (class stap_static_probe_ops): Add constructor.