From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20279 invoked by alias); 6 Sep 2008 01:55:30 -0000 Received: (qmail 20271 invoked by uid 22791); 6 Sep 2008 01:55:29 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 06 Sep 2008 01:54:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2D2E32A969B; Fri, 5 Sep 2008 21:54:53 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OWK1iKx+bBS7; Fri, 5 Sep 2008 21:54:53 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id ED80A2A968E; Fri, 5 Sep 2008 21:54:52 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 08E50E7ACD; Sat, 6 Sep 2008 03:54:51 +0200 (CEST) Date: Sat, 06 Sep 2008 01:55:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: Pedro Alves , drow@false.org, gdb-patches@sourceware.org Subject: Re: [patch, rfc] Re: target_find_description question Message-ID: <20080906015450.GM15267@adacore.com> 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.4.2.2i 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/msg00120.txt.bz2 > I've tried to strip down the wait_for_inferior and resume calls done by > startup_inferior to the minimum that is actually needed for startup, and > the result looks pretty straigtforward, and boils down to mostly using > target_wait and target_resume directly. Looks like a nice solution to the problem. > - The treat_exec_as_sigtrap argument to handle_inferior_event is no longer > used and could be removed (not part of this patch) I would love to see that parameter go. I wasn't entirely happy when I introduced it. -- Joel