diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/target.h b/gdb/target.h index 096252a..83cf485 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1110,10 +1110,6 @@ struct target_ops int (*to_can_use_agent) (struct target_ops *) TARGET_DEFAULT_RETURN (0); - /* Check whether the target supports branch tracing. */ - int (*to_supports_btrace) (struct target_ops *, enum btrace_format) - TARGET_DEFAULT_RETURN (0); - /* Enable branch tracing for PTID using CONF configuration. Return a branch trace target information struct for reading and for disabling branch trace. */ @@ -2428,9 +2424,6 @@ extern void update_target_permissions (void); /* Imported from machine dependent code. */ -/* See to_supports_btrace in struct target_ops. */ -extern int target_supports_btrace (enum btrace_format); - /* See to_enable_btrace in struct target_ops. */ extern struct btrace_target_info * target_enable_btrace (ptid_t ptid, const struct btrace_config *); |