aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-19 08:19:02 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:48:37 -0700
commiteb5b20d4902e973cad84b9ba8eef2e404a6804d5 (patch)
tree17d9771fba2526b88dc0e1b3116eeddcc946a671 /gdb/target.h
parent9ace480d62cd71d27f3a6701a413de0c7e46655a (diff)
downloadgdb-eb5b20d4902e973cad84b9ba8eef2e404a6804d5.zip
gdb-eb5b20d4902e973cad84b9ba8eef2e404a6804d5.tar.gz
gdb-eb5b20d4902e973cad84b9ba8eef2e404a6804d5.tar.bz2
convert to_read_btrace
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (target_read_btrace): Unconditionally delegate. * target.h (struct target_ops) <to_read_btrace>: Use TARGET_DEFAULT_NORETURN.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 8898438..13090e1 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1023,7 +1023,8 @@ struct target_ops
enum btrace_error (*to_read_btrace) (struct target_ops *self,
VEC (btrace_block_s) **data,
struct btrace_target_info *btinfo,
- enum btrace_read_type type);
+ enum btrace_read_type type)
+ TARGET_DEFAULT_NORETURN (tcomplain ());
/* Stop trace recording. */
void (*to_stop_recording) (struct target_ops *);