mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
convert to_enable_tracepoint
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_enable_tracepoint. * target.h (struct target_ops) <to_enable_tracepoint>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -821,7 +821,8 @@ struct target_ops
|
||||
|
||||
/* Enable a tracepoint on the target. */
|
||||
void (*to_enable_tracepoint) (struct target_ops *,
|
||||
struct bp_location *location);
|
||||
struct bp_location *location)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
|
||||
/* Disable a tracepoint on the target. */
|
||||
void (*to_disable_tracepoint) (struct target_ops *,
|
||||
|
Reference in New Issue
Block a user