summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2013-05-30 09:29:18 +0000
committerYao Qi <yao@codesourcery.com>2013-05-30 09:29:18 +0000
commit23da373ae118adcb2d5cc1328c285e4df6b984bb (patch)
tree60668c2feb5fa60c378b06e22a320e2820034554 /gdb/tracepoint.h
parenta6e6f79133abe7ca865a0fabbebf70aa439745be (diff)
downloadbinutils-gdb-23da373ae118adcb2d5cc1328c285e4df6b984bb.tar.gz
gdb/
* tracepoint.c (encode_actions_1): Remove parameter 't'. Caller update. (encode_actions): Likewise. * remote.c (remote_download_tracepoint): Caller update. * tracepoint.h (encode_actions): Update declaration.
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index 18762cae4dc..d7ebc16e57a 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 *);