From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14801 invoked by alias); 8 Dec 2009 05:53:42 -0000 Received: (qmail 14791 invoked by uid 22791); 8 Dec 2009 05:53:41 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f183.google.com (HELO mail-px0-f183.google.com) (209.85.216.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Dec 2009 05:53:37 +0000 Received: by pxi13 with SMTP id 13so2583418pxi.24 for ; Mon, 07 Dec 2009 21:53:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.143.20.10 with SMTP id x10mr857743wfi.224.1260251616129; Mon, 07 Dec 2009 21:53:36 -0800 (PST) In-Reply-To: References: From: Hui Zhu Date: Tue, 08 Dec 2009 05:53:00 -0000 Message-ID: Subject: Re: [RFA/RFC] Prec multi-thread support [1/4] X86 insn support To: tromey@redhat.com Cc: gdb-patches ml , Michael Snyder Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-12/txt/msg00116.txt.bz2 OK. I will remove it in new version of this patch. Thanks, Hui On Tue, Dec 1, 2009 at 03:58, Tom Tromey wrote: >>>>>> ">" =3D=3D Hui Zhu writes: > >>> When I debug i386 multi-thread inferior, it need support int3 and >>> rdtsc.=A0 So make a patch to support them. > >>> =A0 =A0 =A0 =A0/* XXX */ > > I think this comment is now obsolete. > > Tom >