X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fstap-probe.c;h=9ee97672bb1e480463193f9520feaf05c4612741;hb=9aca2ff83e4299875343cb07add9c0ef7e5f3188;hp=75fa4a69bf31a998e6d1b4d3432fb058355ca3be;hpb=03e98035a2a5d928ceb36ddd7b43369fbf72a008;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c index 75fa4a69bf..9ee97672bb 100644 --- a/gdb/stap-probe.c +++ b/gdb/stap-probe.c @@ -1684,6 +1684,8 @@ const struct probe_ops stap_probe_ops = stap_type_name, stap_gen_info_probes_table_header, stap_gen_info_probes_table_values, + NULL, /* enable_probe */ + NULL /* disable_probe */ }; /* Implementation of the `info probes stap' command. */