From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25803 invoked by alias); 4 Sep 2008 22:27:08 -0000 Received: (qmail 25792 invoked by uid 22791); 4 Sep 2008 22:27:08 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 04 Sep 2008 22:26:33 +0000 Received: (qmail 20963 invoked from network); 4 Sep 2008 22:26:31 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Sep 2008 22:26:31 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: target_find_description question Date: Thu, 04 Sep 2008 22:27:00 -0000 User-Agent: KMail/1.9.9 Cc: Daniel Jacobowitz , Ulrich Weigand References: <20080904121139.GA27200@caradoc.them.org> <20080904215132.GA30416@caradoc.them.org> <200809042312.10655.pedro@codesourcery.com> In-Reply-To: <200809042312.10655.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809042326.29022.pedro@codesourcery.com> 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/msg00080.txt.bz2 Sorry, hit reply too soon. On Thursday 04 September 2008 23:12:10, Pedro Alves wrote: > On Thursday 04 September 2008 22:51:32, Daniel Jacobowitz wrote: > > I don't think that will work, e.g. solib-irix.c and various other > > solib modules run expecting to hit a breakpoint. > > Isn't that a breakpoint in the real inferior, not the shell, and > expected *after* stop_soon is reset (after create_inferior), in > post_create_inferior/solib_create_inferior_hook? I meant to suggest un-overload STOP_QUIETLY, and split it in two, at the "and" below: "STOP_QUIETLY is used when running in the shell before the child program has been exec'd and when running through shared library loading." -- Pedro Alves