* 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.
This commit is contained in:
Yao Qi
2013-05-30 09:29:18 +00:00
parent a6e6f79133
commit 23da373ae1
4 changed files with 17 additions and 9 deletions

View File

@@ -10506,7 +10506,7 @@ remote_download_tracepoint (struct bp_location *loc)
struct breakpoint *b = loc->owner;
struct tracepoint *t = (struct tracepoint *) b;
encode_actions (loc->owner, loc, &tdp_actions, &stepping_actions);
encode_actions (loc, &tdp_actions, &stepping_actions);
old_chain = make_cleanup (free_actions_list_cleanup_wrapper,
tdp_actions);
(void) make_cleanup (free_actions_list_cleanup_wrapper,