aboutsummaryrefslogtreecommitdiff
path: root/ltrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltrace.h')
-rw-r--r--ltrace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ltrace.h b/ltrace.h
index 4a9a783..a0af48f 100644
--- a/ltrace.h
+++ b/ltrace.h
@@ -5,6 +5,7 @@
#include <stdio.h>
#include "defs.h"
+#include "dict.h"
/* BREAKPOINT_LENGTH is defined in "sysdep.h" */
#include "sysdep.h"
@@ -76,6 +77,7 @@ struct callstack_element {
struct process {
char * filename;
pid_t pid;
+ struct dict * breakpoints;
int breakpoints_enabled; /* -1:not enabled yet, 0:disabled, 1:enabled */
int callstack_depth;