commit | 0fe76c64833e09b382d40ee26ba23f02c63d6eb5 | [log] [tgz] |
---|---|---|
author | Petr Machata <pmachata@redhat.com> | Sat Apr 14 02:29:30 2012 +0200 |
committer | Petr Machata <pmachata@redhat.com> | Thu Apr 19 01:38:04 2012 +0200 |
tree | 0d11d23ce70106d6baa157d64b03901d32c73e9a | |
parent | 75934ad3b30790f6a892069576d0790a351ef101 [diff] [blame] |
Commentary updates
diff --git a/breakpoint.h b/breakpoint.h index 9797263..4a2d782 100644 --- a/breakpoint.h +++ b/breakpoint.h
@@ -100,7 +100,7 @@ /* Set callbacks. If CBS is non-NULL, then BP->cbs shall be NULL. */ void breakpoint_set_callbacks(struct breakpoint *bp, struct bp_callbacks *cbs); -/* XXX this is currently not called anywhere. */ +/* Destroy a breakpoint structure. */ void breakpoint_destroy(struct breakpoint *bp); /* Call enable_breakpoint the first time it's called. Returns 0 on