aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-03-01 21:07:31 +0000
committerPedro Alves <palves@redhat.com>2012-03-01 21:07:31 +0000
commit5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4 (patch)
treee91615a955f28537b38fdc82096096d78f214afb /gdb/tracepoint.h
parent49a8461db86081af4f76289427c673ff302dc1fd (diff)
2012-03-01 Pedro Alves <palves@redhat.com>
* remote.c (encode_actions): Delete declaration. * tracepoint.c (encode_actions): Make extern. * tracepoint.h (encode_actions): Declare.
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index 00c4d7cb18..4003c668c1 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);