mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
convert to_get_trace_status
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_get_trace_status. * target.h (struct target_ops) <to_get_trace_status>: Use TARGET_DEFAULT_RETURN.
This commit is contained in:
@ -840,7 +840,8 @@ struct target_ops
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
|
||||
/* Get the current status of a tracing run. */
|
||||
int (*to_get_trace_status) (struct target_ops *, struct trace_status *ts);
|
||||
int (*to_get_trace_status) (struct target_ops *, struct trace_status *ts)
|
||||
TARGET_DEFAULT_RETURN (-1);
|
||||
|
||||
void (*to_get_tracepoint_status) (struct target_ops *,
|
||||
struct breakpoint *tp,
|
||||
|
Reference in New Issue
Block a user