From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26711 invoked by alias); 20 Jan 2010 16:35:57 -0000 Received: (qmail 26695 invoked by uid 22791); 20 Jan 2010 16:35:56 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jan 2010 16:35:52 +0000 Received: (qmail 2729 invoked from network); 20 Jan 2010 16:35:50 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 20 Jan 2010 16:35:50 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [RFA] windows: do not crash if inferior Date: Wed, 20 Jan 2010 16:35:00 -0000 User-Agent: KMail/1.9.10 Cc: Christopher Faylor , Tristan Gingold , Joel Brobecker References: <1C9A707A-AE7C-4947-A9DA-F105674F81AE@adacore.com> <20100119092227.GN17397@adacore.com> <20100120161549.GA24063@ednor.casa.cgf.cx> In-Reply-To: <20100120161549.GA24063@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201001201636.02209.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: 2010-01/txt/msg00502.txt.bz2 On Wednesday 20 January 2010 16:15:49, Christopher Faylor wrote: > Does inferior_thread really need the assert()? =A0If not, we could jsut t= est > tp for NULL. Yes it does. --=20 Pedro Alves