From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4361 invoked by alias); 8 Apr 2010 09:12:18 -0000 Received: (qmail 4348 invoked by uid 22791); 8 Apr 2010 09:12:16 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Apr 2010 09:12:09 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o389C5So000705; Thu, 8 Apr 2010 11:12:05 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o389C3um008221; Thu, 8 Apr 2010 11:12:03 +0200 (CEST) Date: Thu, 08 Apr 2010 09:12:00 -0000 Message-Id: <201004080912.o389C3um008221@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: teawater@gmail.com CC: gdb-patches@sourceware.org In-reply-to: (message from Hui Zhu on Thu, 8 Apr 2010 14:52:50 +0800) Subject: Re: [RFA] Prec: add x86 insn rdtsc References: 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: 2010-04/txt/msg00172.txt.bz2 > From: Hui Zhu > Date: Thu, 8 Apr 2010 14:52:50 +0800 > > Update follow cvs-head. > Please help me review it. > > Thanks, > Hui > > 2010-04-08 Hui Zhu > > * i386-tdep.c (i386_process_record): Add support for insn > rdtsc. Fine with me (although I suspect some funny interactions if you actually start using process record on software that really uses this instruction).