diff options
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r-- | gdb/tracepoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h index 18762ca..d7ebc16 100644 --- a/gdb/tracepoint.h +++ b/gdb/tracepoint.h @@ -357,7 +357,7 @@ void free_actions (struct breakpoint *); extern const char *decode_agent_options (const char *exp, int *trace_string); -extern void encode_actions (struct breakpoint *t, struct bp_location *tloc, +extern void encode_actions (struct bp_location *tloc, char ***tdp_actions, char ***stepping_actions); extern void validate_actionline (const char *, struct breakpoint *); |