From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32608 invoked by alias); 29 Jun 2009 08:34:08 -0000 Received: (qmail 32598 invoked by uid 22791); 29 Jun 2009 08:34:07 -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 rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.240) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 08:34:00 +0000 Received: by rv-out-0708.google.com with SMTP id b17so1106193rvf.48 for ; Mon, 29 Jun 2009 01:33:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.157.4 with SMTP id f4mr810972rve.292.1246264438434; Mon, 29 Jun 2009 01:33:58 -0700 (PDT) In-Reply-To: References: Date: Mon, 29 Jun 2009 08:34:00 -0000 Message-ID: Subject: Re: [Precord RFA/RFC] Add process record Linux system call 64 bits support From: Hui Zhu To: gdb-patches ml 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-06/txt/msg00801.txt.bz2 Please goto http://sourceware.org/ml/gdb-patches/2009-06/msg00796.html to get the new version. On Sun, Jun 21, 2009 at 20:25, Hui Zhu wrote: > Add a very small comment, just 1 line. > > Thanks, > Hui > > On Sat, Jun 20, 2009 at 16:04, Hui Zhu wrote: >> >> Hi everyone, >> >> The linux-record has a lot of 32 bits special code (uint32_t and so >> on). Then it can't support other bits. >> I make a patch to remove all of them (Change them to ULONGEST and >> extract_unsigned_integer) and make it support other bits better. >> >> 2009-06-19 =A0Hui Zhu =A0 >> >> =A0 =A0 =A0 =A0Add process record Linux system call 64 bits support. >> >> =A0 =A0 =A0 =A0* linux-record.h (linux_record_tdep): Add size_pointer, >> =A0 =A0 =A0 =A0size_size_t, size_iovec. >> =A0 =A0 =A0 =A0* i386-linux-tdep.c (i386_linux_init_abi): Ditto. >> =A0 =A0 =A0 =A0* linux-record.c (record_linux_system_call): Make this >> =A0 =A0 =A0 =A0function support 64 bits. >> >> Please help me review it. >> >> And I had post amd64 insn prec support in >> http://sourceware.org/ml/gdb-patches/2009-06/msg00293.html >> Please help me review it too. >> >> Thanks, >> Hui >