From 9fe11cd1066856a6741435ad1ebd17afe30a5ba7 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 3 Jun 1998 20:14:26 +0000 Subject: merged from EMC branch into devo --- gdb/tracepoint.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gdb/tracepoint.h') diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 8f6198f..889cd54 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -90,6 +90,15 @@ struct tracepoint int thread; }; +enum actionline_type +{ + BADLINE = -1, + GENERIC = 0, + END = 1, + STEPPING = 2, +}; + + /* The tracepont chain of all tracepoints */ extern struct tracepoint *tracepoint_chain; @@ -103,7 +112,11 @@ void (*delete_tracepoint_hook) PARAMS ((struct tracepoint *)); void (*modify_tracepoint_hook) PARAMS ((struct tracepoint *)); struct tracepoint *get_tracepoint_by_number PARAMS ((char **)); +int get_traceframe_number PARAMS ((void)); void free_actions PARAMS((struct tracepoint *)); +enum actionline_type validate_actionline PARAMS((char **, + struct tracepoint *)); + /* Walk the following statement or block through all tracepoints. ALL_TRACEPOINTS_SAFE does so even if the statment deletes the current -- cgit v1.1