From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1789 invoked by alias); 5 Sep 2008 02:40:07 -0000 Received: (qmail 1757 invoked by uid 22791); 5 Sep 2008 02:40:07 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 05 Sep 2008 02:39:28 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 812E298418; Fri, 5 Sep 2008 02:39:26 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 6497C98417; Fri, 5 Sep 2008 02:39:26 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KbREL-0003XS-QP; Thu, 04 Sep 2008 22:39:25 -0400 Date: Fri, 05 Sep 2008 02:40:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [patch, rfc] Re: target_find_description question Message-ID: <20080905023925.GA13571@caradoc.them.org> Mail-Followup-To: Ulrich Weigand , Pedro Alves , gdb-patches@sourceware.org References: <200809042326.29022.pedro@codesourcery.com> <200809042359.m84NxTYO018519@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200809042359.m84NxTYO018519@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-09/txt/msg00086.txt.bz2 On Fri, Sep 05, 2008 at 01:59:29AM +0200, Ulrich Weigand wrote: > ChangeLog: > > * fork-child.c (startup_inferior): Use target_wait and target_resume > directly instead of calling wait_for_inferior / resume. > > * infcmd.c (kill_if_already_running): Do not call no_shared_libraries > or init_wait_for_inferior. > (run_command_1): Call init_wait_for_inferior. I like this a lot, though I'd like Pedro's opinion too. -- Daniel Jacobowitz CodeSourcery