convert to_set_disconnected_tracing
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_set_disconnected_tracing. * target.h (struct target_ops) <to_set_disconnected_tracing>: Use TARGET_DEFAULT_IGNORE.
This commit is contained in:
parent
9249843f19
commit
0bcfeddf50
4 changed files with 26 additions and 5 deletions
|
@ -704,7 +704,7 @@ update_current_target (void)
|
|||
/* Do not inherit to_upload_trace_state_variables. */
|
||||
/* Do not inherit to_get_raw_trace_data. */
|
||||
/* Do not inherit to_get_min_fast_tracepoint_insn_len. */
|
||||
INHERIT (to_set_disconnected_tracing, t);
|
||||
/* Do not inherit to_set_disconnected_tracing. */
|
||||
INHERIT (to_set_circular_trace_buffer, t);
|
||||
INHERIT (to_set_trace_buffer_size, t);
|
||||
INHERIT (to_set_trace_notes, t);
|
||||
|
@ -750,9 +750,6 @@ update_current_target (void)
|
|||
(void (*) (struct target_ops *, ptid_t))
|
||||
target_ignore);
|
||||
current_target.to_read_description = NULL;
|
||||
de_fault (to_set_disconnected_tracing,
|
||||
(void (*) (struct target_ops *, int))
|
||||
target_ignore);
|
||||
de_fault (to_set_circular_trace_buffer,
|
||||
(void (*) (struct target_ops *, int))
|
||||
target_ignore);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue