From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2474 invoked by alias); 2 Nov 2009 18:14:05 -0000 Received: (qmail 2466 invoked by uid 22791); 2 Nov 2009 18:14:04 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Nov 2009 18:14:01 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 1F30235040; Mon, 2 Nov 2009 10:13:59 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id 153BACD913; Mon, 2 Nov 2009 10:13:59 -0800 (PST) Message-ID: <4AEF216E.7050603@vmware.com> Date: Mon, 02 Nov 2009 18:14:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Hui Zhu CC: gdb-patches ml Subject: Re: [RFC] Prec multi-thread support References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-11/txt/msg00030.txt.bz2 Hui Zhu wrote: > Hi guys, > > This patches just for discussions and comments. Please help me with it. > > Thanks, > Hui Wow, great that you're working on this. Two ways to help get discussion started: 1) Tell us in plain text what you're doing (I know you know how hard it is to read someone else's code! ) 2) Start writing a test script to illustrate what works and what doesn't work yet. Michael