diff options
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 00c4d7c..4003c66 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -238,6 +238,9 @@ void free_actions (struct breakpoint *); extern char *decode_agent_options (char *exp); +extern void encode_actions (struct breakpoint *t, struct bp_location *tloc, + char ***tdp_actions, char ***stepping_actions); + extern void validate_actionline (char **, struct breakpoint *); extern void end_actions_pseudocommand (char *args, int from_tty); |