summaryrefslogtreecommitdiff
path: root/gdb/remote.c
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/remote.c
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/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index b96b3811c59..d8854ae46b8 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -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,