From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10305 invoked by alias); 13 Jan 2010 11:12:00 -0000 Received: (qmail 10294 invoked by uid 22791); 13 Jan 2010 11:11:59 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jan 2010 11:11:55 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0DBBsmO018181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 13 Jan 2010 06:11:54 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0DBBiPg001948 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 13 Jan 2010 06:11:53 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id o0DBBbO6000940; Wed, 13 Jan 2010 12:11:37 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id o0DBBQHP000929; Wed, 13 Jan 2010 12:11:26 +0100 Date: Wed, 13 Jan 2010 11:12:00 -0000 From: Jan Kratochvil To: Hui Zhu Cc: Sean Soria , Michael Snyder , "gdb@sourceware.org" Subject: Re: Reverse Debugging Headaches Message-ID: <20100113111126.GA606@host0.dyn.jankratochvil.net> References: <4B4B7231.6010001@vmware.com> <20100111205421.GA31228@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00126.txt.bz2 Hi Hui, On Wed, 13 Jan 2010 10:28:47 +0100, Hui Zhu wrote: > The prec in cvs-head still doesn't support multi-thread inferior. > We just have a series of patches to make prec support multi-thread > inferior. You can get the link for it in > http://sourceware.org/gdb/wiki/ProcessRecord ok, sorry I have not tracked it. Wouldn't you prefer to maintain the off-trunk patches in public Archer GIT? http://sourceware.org/gdb/wiki/ArcherBranchManagement Or making your own GIT public with some merged branch there. You are apparently already developing it in GIT yourself. Please ignore me if it was already discussed before. Thanks, Jan