From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16241 invoked by alias); 4 Sep 2008 22:12:56 -0000 Received: (qmail 16233 invoked by uid 22791); 4 Sep 2008 22:12:56 -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:12:17 +0000 Received: (qmail 14334 invoked from network); 4 Sep 2008 22:12:12 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 Sep 2008 22:12:12 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: target_find_description question Date: Thu, 04 Sep 2008 22:12:00 -0000 User-Agent: KMail/1.9.9 Cc: Daniel Jacobowitz , Ulrich Weigand References: <20080904121139.GA27200@caradoc.them.org> <200809041916.m84JGXcr025369@d12av02.megacenter.de.ibm.com> <20080904215132.GA30416@caradoc.them.org> In-Reply-To: <20080904215132.GA30416@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809042312.10655.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/msg00079.txt.bz2 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? -- Pedro Alves