From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20549 invoked by alias); 28 Nov 2006 15:11:34 -0000 Received: (qmail 20540 invoked by uid 22791); 28 Nov 2006 15:11:33 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 28 Nov 2006 15:11:27 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gp4cG-0004gu-F0; Tue, 28 Nov 2006 10:11:24 -0500 Date: Tue, 28 Nov 2006 15:11:00 -0000 From: Daniel Jacobowitz To: Nathan Sidwell Cc: gdb-patches@sourceware.org Subject: Re: linux thread creation test Message-ID: <20061128151124.GB17349@nevyn.them.org> Mail-Followup-To: Nathan Sidwell , gdb-patches@sourceware.org References: <456B2998.9040309@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <456B2998.9040309@codesourcery.com> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2006-11/txt/msg00310.txt.bz2 On Mon, Nov 27, 2006 at 06:08:24PM +0000, Nathan Sidwell wrote: > This patch robustifies gdb.thread/linux-dp.exp. gdbserver cannot report > thread creation events, rather than mark such non-appearances as > unresolved, this marks them as unsupported. It also checks the thread > table before and after thread creation to make sure the expected threads > show up there. > > ok? OK. -- Daniel Jacobowitz CodeSourcery