From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21650 invoked by alias); 16 Aug 2008 22:13:30 -0000 Received: (qmail 21638 invoked by uid 22791); 16 Aug 2008 22:13:30 -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; Sat, 16 Aug 2008 22:12:54 +0000 Received: (qmail 322 invoked from network); 16 Aug 2008 22:12:52 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 16 Aug 2008 22:12:52 -0000 From: Pedro Alves To: Daniel Jacobowitz Subject: Re: Fix crash on "quit" + TUI + remote + async Date: Sat, 16 Aug 2008 22:13:00 -0000 User-Agent: KMail/1.9.9 Cc: gdb-patches@sourceware.org References: <200807281633.41104.pedro@codesourcery.com> <20080814175154.GD15804@caradoc.them.org> In-Reply-To: <20080814175154.GD15804@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200808162313.24432.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-08/txt/msg00457.txt.bz2 On Thursday 14 August 2008 18:51:54, Daniel Jacobowitz wrote: > This patch is OK. Thanks, I've installed it. > I'm just wondering, though, if you really want to > pop all the way down to exec_stratum; isn't that useless? It depends > where else you want pop_all_targets, probably. Yeah, I just thought that, since we're quitting, we might as well get rid of the whole thing --- never know when things around file_stratum change. There's a chance you may ask me again about this when you get to the 'target core, always a thread' patches. :-) -- Pedro Alves