diff options
author | Pedro Alves <palves@redhat.com> | 2012-03-01 21:07:31 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-03-01 21:07:31 +0000 |
commit | 5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4 (patch) | |
tree | e91615a955f28537b38fdc82096096d78f214afb /gdb/tracepoint.h | |
parent | 49a8461db86081af4f76289427c673ff302dc1fd (diff) | |
download | gdb-5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4.zip gdb-5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4.tar.gz gdb-5fbce5dfb1729f6183be7b96b9b2c42ab2e595f4.tar.bz2 |
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.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); |