From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24852 invoked by alias); 11 Jan 2010 18:54:10 -0000 Received: (qmail 24838 invoked by uid 22791); 11 Jan 2010 18:54:09 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 18:54:03 +0000 Received: from jupiter.vmware.com (mailhost5.vmware.com [10.16.68.131]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 7D3914901F; Mon, 11 Jan 2010 10:54:00 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by jupiter.vmware.com (Postfix) with ESMTP id 744F9DC055; Mon, 11 Jan 2010 10:54:00 -0800 (PST) Message-ID: <4B4B7231.6010001@vmware.com> Date: Mon, 11 Jan 2010 18:54:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Sean Soria CC: "gdb@sourceware.org" Subject: Re: Reverse Debugging Headaches References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-01/txt/msg00113.txt.bz2 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. > Is there any way around these issues? Shouldn't happen. What version gdb? What linux?