From b4b61fdbdff81e5d1c3fc66476731951c6c23c6a Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 10 Oct 2007 13:28:43 +0000 Subject: * target.c (update_current_target): Call setup_target_debug. (push_target): Do not call it here. --- gdb/target.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/target.c') diff --git a/gdb/target.c b/gdb/target.c index c1b8f16..356df74 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -649,6 +649,9 @@ update_current_target (void) "current_target". That way code looking for a non-inherited target method can quickly and simply find it. */ current_target.beneath = target_stack; + + if (targetdebug) + setup_target_debug (); } /* Mark OPS as a running target. This reverses the effect @@ -752,9 +755,6 @@ push_target (struct target_ops *t) update_current_target (); - if (targetdebug) - setup_target_debug (); - /* Not on top? */ return (t != target_stack); } -- cgit v1.1