From 6fea14cd31245114ab9a48a4134790e826be2a24 Mon Sep 17 00:00:00 2001
From: Tom Tromey <tromey@redhat.com>
Date: Wed, 18 Dec 2013 14:06:52 -0700
Subject: convert to_get_tracepoint_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_tracepoint_status.
	* target.h (struct target_ops) <to_get_tracepoint_status>: Use
	TARGET_DEFAULT_NORETURN.
---
 gdb/target.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'gdb/target.h')

diff --git a/gdb/target.h b/gdb/target.h
index 85aba11..2caa891 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -845,7 +845,8 @@ struct target_ops
 
     void (*to_get_tracepoint_status) (struct target_ops *,
 				      struct breakpoint *tp,
-				      struct uploaded_tp *utp);
+				      struct uploaded_tp *utp)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
 
     /* Stop a trace run.  */
     void (*to_trace_stop) (struct target_ops *);
-- 
cgit v1.1