From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31503 invoked by alias); 25 Nov 2009 10:57:12 -0000 Received: (qmail 31493 invoked by uid 22791); 25 Nov 2009 10:57:12 -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-f175.google.com (HELO mail-px0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Nov 2009 10:57:08 +0000 Received: by pxi5 with SMTP id 5so5347213pxi.12 for ; Wed, 25 Nov 2009 02:57:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.55.11 with SMTP id d11mr842445wfa.17.1259146627094; Wed, 25 Nov 2009 02:57:07 -0800 (PST) In-Reply-To: <200911251043.nAPAhhsk009017@glazunov.sibelius.xs4all.nl> References: <200911251043.nAPAhhsk009017@glazunov.sibelius.xs4all.nl> From: Hui Zhu Date: Wed, 25 Nov 2009 10:57:00 -0000 Message-ID: Subject: Re: [RFA/RFC] Prec multi-thread support [1/4] X86 insn support To: Mark Kettenis Cc: gdb-patches@sourceware.org, msnyder@vmware.com 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-11/txt/msg00548.txt.bz2 Thanks. Hui On Wed, Nov 25, 2009 at 18:43, Mark Kettenis wrot= e: >> From: Hui Zhu >> Date: Wed, 25 Nov 2009 16:05:44 +0800 >> >> When I debug i386 multi-thread inferior, it need support int3 and >> rdtsc.=A0 So make a patch to support them. >> >> 2009-11-24 =A0Hui Zhu =A0 >> >> =A0 =A0 =A0 * i386-tdep.c (i386_process_record): Add code for int3 and r= dtsc. > > Looks reasonable to me. >