aboutsummaryrefslogtreecommitdiff
path: root/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index 0fbb427..2b63bbc 100644
--- a/options.h
+++ b/options.h
@@ -36,4 +36,6 @@ extern struct opt_p_t * opt_p; /* attach to process with a given pid */
extern struct opt_e_t * opt_e; /* list of function names to display */
extern int opt_e_enable; /* 0 if '!' is used, 1 otherwise */
+extern struct opt_e_t * opt_x; /* list of functions to break at */
+
extern char ** process_options(int argc, char **argv);