From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11803 invoked by alias); 10 Jul 2008 21:48:01 -0000 Received: (qmail 11791 invoked by uid 22791); 10 Jul 2008 21:48:00 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 Jul 2008 21:47:41 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 3379498415; Thu, 10 Jul 2008 21:47:39 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id E6F1398337; Thu, 10 Jul 2008 21:47:38 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KH3zG-0004Tx-4W; Thu, 10 Jul 2008 17:47:38 -0400 Date: Thu, 10 Jul 2008 21:48:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, 'Pedro Alves' , Pierre Muller Subject: Re: Spurius results for cygwin selftest.exp(was Re: [RFC] fix annoying completion bug on directories) Message-ID: <20080710214738.GA17212@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org, 'Pedro Alves' , Pierre Muller References: <000901c8def8$137b1bf0$3a7153d0$@u-strasbg.fr> <200807060456.49298.pedro@codesourcery.com> <000101c8e148$37967000$a6c35000$@u-strasbg.fr> <20080710211746.GD29418@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080710211746.GD29418@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.17 (2008-05-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: 2008-07/txt/msg00168.txt.bz2 On Thu, Jul 10, 2008 at 05:17:46PM -0400, Christopher Faylor wrote: > Does debugging the process cause an extra thread to be created by > Windows, too? I don't remember. I know it creates a thread when you > attach to a process but I don't know if it does just in a standard > debug when a process started via CreateProcess. I know one is created when you Control-C, but I'm not sure about when you hit a breakpoint. -- Daniel Jacobowitz CodeSourcery