X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=b983f6f8b7121de7bce1765eefad9ed76b552fa5;hb=9aca2ff83e4299875343cb07add9c0ef7e5f3188;hp=92cf0d66037602458741e98e0d924765c448ebc1;hpb=03e98035a2a5d928ceb36ddd7b43369fbf72a008;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 92cf0d6603..b983f6f8b7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2015-02-17 Jose E. Marchesi + + * stap-probe.c (stap_probe_ops): Add NULLs in the static + stap_probe_ops for `enable_probe' and `disable_probe'. + * probe.c (enable_probes_command): New function. + (disable_probes_command): Likewise. + (_initialize_probe): Define the cli commands `enable probe' and + `disable probe'. + (parse_probe_linespec): New function. + (info_probes_for_ops): Use parse_probe_linespec. + * probe.h (probe_ops): New hooks `enable_probe' and + `disable_probe'. + 2015-02-17 Jose E. Marchesi * probe.c (compute_probe_arg): Moved from stap-probe.c