summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorqiyao <qiyao>2013-05-30 09:29:18 +0000
committerqiyao <qiyao>2013-05-30 09:29:18 +0000
commitda4b06c8aab71118e3cac9272b853f60c61e1e1a (patch)
tree4c515977d46279504307f12e0f89f307f9cab376 /gdb/tracepoint.h
parent4f4a50060707b7f669d7962f6f5976d629d9da90 (diff)
downloadgdb-da4b06c8aab71118e3cac9272b853f60c61e1e1a.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 *);