aboutsummaryrefslogtreecommitdiff
path: root/breakpoint.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-03-25 01:38:53 +0100
committerPetr Machata <pmachata@redhat.com>2012-04-19 01:22:33 +0200
commite9aebd6cfb4710f96b27b5d268208ddd7f0d9eac (patch)
tree3cd1a1bd5d39e154bff3dac6bcab43a58ef8bcf5 /breakpoint.h
parent8cce1193ebd35cb5a8b288bc7325cdda1b8ffe50 (diff)
downloadltrace-e9aebd6cfb4710f96b27b5d268208ddd7f0d9eac.tar.gz
New interface breakpoint_name
Diffstat (limited to 'breakpoint.h')
-rw-r--r--breakpoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/breakpoint.h b/breakpoint.h
index 5645460..f1ec789 100644
--- a/breakpoint.h
+++ b/breakpoint.h
@@ -98,6 +98,9 @@ void breakpoint_destroy(struct breakpoint *bp);
struct breakpoint *insert_breakpoint(struct Process *proc, void *addr,
struct library_symbol *libsym, int enable);
+/* Name of a symbol associated with BP. May be NULL. */
+const char *breakpoint_name(const struct breakpoint *bp);
+
/* Again, this seems to be several interfaces rolled into one:
* - breakpoint_disable
* - proc_breakpoint_remove