New commands `enable probe' and `disable probe'.
[deliverable/binutils-gdb.git] / gdb / stap-probe.c
index 75fa4a69bf31a998e6d1b4d3432fb058355ca3be..9ee97672bb1e480463193f9520feaf05c4612741 100644 (file)
@@ -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.  */
This page took 0.04017 seconds and 4 git commands to generate.