From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 910 invoked by alias); 21 Dec 2007 18:51:43 -0000 Received: (qmail 899 invoked by uid 22791); 21 Dec 2007 18:51:43 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Dec 2007 18:51:39 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id lBLIpZS8020668 for ; Fri, 21 Dec 2007 18:51:35 GMT Received: from py-out-1112.google.com (pybp76.prod.google.com [10.34.92.76]) by zps76.corp.google.com with ESMTP id lBLInoJO018533 for ; Fri, 21 Dec 2007 10:51:34 -0800 Received: by py-out-1112.google.com with SMTP id p76so1020846pyb.6 for ; Fri, 21 Dec 2007 10:51:34 -0800 (PST) Received: by 10.140.134.15 with SMTP id h15mr961725rvd.51.1198263093953; Fri, 21 Dec 2007 10:51:33 -0800 (PST) Received: by 10.141.193.15 with HTTP; Fri, 21 Dec 2007 10:51:33 -0800 (PST) Message-ID: <2e7be40c0712211051j5fb0a8edn8231813c0f53562d@mail.gmail.com> Date: Fri, 21 Dec 2007 19:03:00 -0000 From: "Chris Demetriou" To: "Vladimir Prus" Subject: Re: [RFA] Try2: Inform about new thread in a single place. Cc: gdb-patches@sources.redhat.com In-Reply-To: <200712212104.37823.vladimir@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200712212104.37823.vladimir@codesourcery.com> 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: 2007-12/txt/msg00384.txt.bz2 On Dec 21, 2007 10:04 AM, Vladimir Prus wrote: > The attached patch merges my patch to report about > new thread in a single place with Chris' patch to > make reporting of new/dead threads user-controllable. > OK? Needs to be adjusted for the comments people made on my patch: * [drow] new test case won't work for gdbserver. (I don't see that your changes would fix this issue w/ gdbserver, and don't off-hand know a gdbserver test to use in the testcase.) * [eliz] thread-attach -> thread-events in the gdb.texinfo change. * (I forgot to change one copy of my old command name) * [eliz] GDB -> @value(GDBN} in the gdb.texinfo change as well. thanks, chris