From 46ee7e8d84bb33c3c6c5dc8673ee2ca5457462b0 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 18 Dec 2013 14:28:07 -0700 Subject: convert to_stop 2014-02-19 Tom Tromey * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_stop. * target.h (struct target_ops) : Use TARGET_DEFAULT_IGNORE. --- 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 6533e7e..0432dfd 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -655,7 +655,7 @@ update_current_target (void) /* Do not inherit to_pid_to_str. */ /* Do not inherit to_extra_thread_info. */ /* Do not inherit to_thread_name. */ - INHERIT (to_stop, t); + /* Do not inherit to_stop. */ /* Do not inherit to_xfer_partial. */ /* Do not inherit to_rcmd. */ /* Do not inherit to_pid_to_exec_file. */ @@ -745,9 +745,6 @@ update_current_target (void) de_fault (to_can_run, (int (*) (struct target_ops *)) return_zero); - de_fault (to_stop, - (void (*) (struct target_ops *, ptid_t)) - target_ignore); current_target.to_read_description = NULL; #undef de_fault -- cgit v1.1