From ace92e7d1435c46e3085f1183f957ab372b1f4a8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 18 Dec 2013 14:11:12 -0700 Subject: convert to_get_raw_trace_data 2014-02-19 Tom Tromey * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_get_raw_trace_data. * target.h (struct target_ops) : Use TARGET_DEFAULT_NORETURN. --- gdb/target.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gdb/target.c') diff --git a/gdb/target.c b/gdb/target.c index 38d8dda..8caa720 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -704,7 +704,7 @@ update_current_target (void) /* Do not inherit to_save_trace_data. */ /* Do not inherit to_upload_tracepoints. */ /* Do not inherit to_upload_trace_state_variables. */ - INHERIT (to_get_raw_trace_data, t); + /* Do not inherit to_get_raw_trace_data. */ INHERIT (to_get_min_fast_tracepoint_insn_len, t); INHERIT (to_set_disconnected_tracing, t); INHERIT (to_set_circular_trace_buffer, t); @@ -752,9 +752,6 @@ update_current_target (void) (void (*) (struct target_ops *, ptid_t)) target_ignore); current_target.to_read_description = NULL; - de_fault (to_get_raw_trace_data, - (LONGEST (*) (struct target_ops *, gdb_byte *, ULONGEST, LONGEST)) - tcomplain); de_fault (to_get_min_fast_tracepoint_insn_len, (int (*) (struct target_ops *)) return_minus_one); -- cgit v1.1