diff options
author | Yao Qi <yao@codesourcery.com> | 2013-05-30 09:29:18 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2013-05-30 09:29:18 +0000 |
commit | 23da373ae118adcb2d5cc1328c285e4df6b984bb (patch) | |
tree | 60668c2feb5fa60c378b06e22a320e2820034554 /gdb/tracepoint.h | |
parent | a6e6f79133abe7ca865a0fabbebf70aa439745be (diff) | |
download | gdb-23da373ae118adcb2d5cc1328c285e4df6b984bb.zip gdb-23da373ae118adcb2d5cc1328c285e4df6b984bb.tar.gz gdb-23da373ae118adcb2d5cc1328c285e4df6b984bb.tar.bz2 |
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.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 *); |