From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21565 invoked by alias); 11 Jan 2010 20:44:13 -0000 Received: (qmail 21555 invoked by uid 22791); 11 Jan 2010 20:44:12 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-iw0-f187.google.com (HELO mail-iw0-f187.google.com) (209.85.223.187) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 20:44:05 +0000 Received: by iwn17 with SMTP id 17so14719590iwn.25 for ; Mon, 11 Jan 2010 12:44:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.168.136 with SMTP id u8mr606638iby.56.1263242644096; Mon, 11 Jan 2010 12:44:04 -0800 (PST) In-Reply-To: <4B4B7231.6010001@vmware.com> References: <4B4B7231.6010001@vmware.com> From: Sean Soria Date: Mon, 11 Jan 2010 20:44:00 -0000 Message-ID: Subject: Re: Reverse Debugging Headaches To: Michael Snyder Cc: "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: 2010-01/txt/msg00117.txt.bz2 gdb 7.0 on Ubuntu Karmic. On Mon, Jan 11, 2010 at 10:47 AM, Michael Snyder wrote: > Sean Soria wrote: >> >> Whenever I try to reverse debug I break into the program, set target >> record and then continue. I immediately hit some sort of simd >> instruction (in things like strlen in libc) or unsupported ioctl call. >> =C2=A0Is there any way around these issues? > > Shouldn't happen. =C2=A0What version gdb? =C2=A0What linux? > >