mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
convert to_trace_set_readonly_regions
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_trace_set_readonly_regions. * target.h (struct target_ops) <to_trace_set_readonly_regions>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -694,7 +694,7 @@ update_current_target (void)
|
||||
/* Do not inherit to_download_trace_state_variable. */
|
||||
/* Do not inherit to_enable_tracepoint. */
|
||||
/* Do not inherit to_disable_tracepoint. */
|
||||
INHERIT (to_trace_set_readonly_regions, t);
|
||||
/* Do not inherit to_trace_set_readonly_regions. */
|
||||
INHERIT (to_trace_start, t);
|
||||
INHERIT (to_get_trace_status, t);
|
||||
INHERIT (to_get_tracepoint_status, t);
|
||||
@ -752,9 +752,6 @@ update_current_target (void)
|
||||
(void (*) (struct target_ops *, ptid_t))
|
||||
target_ignore);
|
||||
current_target.to_read_description = NULL;
|
||||
de_fault (to_trace_set_readonly_regions,
|
||||
(void (*) (struct target_ops *))
|
||||
tcomplain);
|
||||
de_fault (to_trace_start,
|
||||
(void (*) (struct target_ops *))
|
||||
tcomplain);
|
||||
|
Reference in New Issue
Block a user