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 99d8922..bf8fa44 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -212,6 +212,9 @@ struct cleanup *make_cleanup_restore_current_traceframe (void); struct cleanup *make_cleanup_restore_traceframe_number (void); void free_actions (struct breakpoint *); + +extern char *decode_agent_options (char *exp); + extern void validate_actionline (char **, struct breakpoint *); extern void end_actions_pseudocommand (char *args, int from_tty); |