forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user