From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9418 invoked by alias); 16 May 2009 01:48:22 -0000 Received: (qmail 9392 invoked by uid 22791); 16 May 2009 01:48:18 -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 ti-out-0910.google.com (HELO ti-out-0910.google.com) (209.85.142.184) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 16 May 2009 01:48:13 +0000 Received: by ti-out-0910.google.com with SMTP id a1so214714tib.12 for ; Fri, 15 May 2009 18:48:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.110.62.4 with SMTP id k4mr267550tia.30.1242438489649; Fri, 15 May 2009 18:48:09 -0700 (PDT) In-Reply-To: <20090515184058.GA7326@basil.nowhere.org> References: <20090515184058.GA7326@basil.nowhere.org> Date: Sat, 16 May 2009 01:48:00 -0000 Message-ID: Subject: Re: record mode supposed to work on x86_64-linux? From: Hui Zhu To: Andi Kleen Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2009-05/txt/msg00092.txt.bz2 No. Prec just support x86 now. I am working on x86-64 support. Thanks, Hui On Sat, May 16, 2009 at 02:40, Andi Kleen wrote: > > Hi, > > I was trying the new record/replay mode in CVS. Unfortunately > it doesn't work for me on x86-64-linux. I always get SIGABRTs during > execution. =A0Is this supposed to work already? > > Thanks, > -Andi > > GNU gdb (GDB) 6.8.50.20090515-cvs > Copyright (C) 2009 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. =A0Type "show copyi= ng" > and "show warranty" for details. > This GDB was configured as "x86_64-unknown-linux-gnu". > For bug reporting instructions, please see: > ... > (gdb) b main > Breakpoint 1 at 0x400544: file tloop2.c, line 5. > (gdb) run > Starting program: /home2/andi/tsrc/tloop2 > > Breakpoint 1, main () at tloop2.c:5 > 5 =A0 =A0 =A0 =A0 =A0 =A0 =A0 for (i =3D 0; i < 10; i++) > (gdb) record > (gdb) n > Process record: failed to record execution log. > > Program received signal SIGABRT, Aborted. > main () at tloop2.c:5 > 5 =A0 =A0 =A0 =A0 =A0 =A0 =A0 for (i =3D 0; i < 10; i++) > (gdb) > Process record: failed to record execution log. > > Program received signal SIGABRT, Aborted. > main () at tloop2.c:5 > 5 =A0 =A0 =A0 =A0 =A0 =A0 =A0 for (i =3D 0; i < 10; i++) > (gdb) > > -- > ak@linux.intel.com -- Speaking for myself only.