From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25045 invoked by alias); 26 Jul 2010 01:18:38 -0000 Received: (qmail 25037 invoked by uid 22791); 26 Jul 2010 01:18:37 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-px0-f169.google.com (HELO mail-px0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Jul 2010 01:18:30 +0000 Received: by pxi7 with SMTP id 7so10395987pxi.0 for ; Sun, 25 Jul 2010 18:18:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.207.5 with SMTP id e5mr8227688wfg.123.1280107108501; Sun, 25 Jul 2010 18:18:28 -0700 (PDT) Received: by 10.142.143.15 with HTTP; Sun, 25 Jul 2010 18:18:28 -0700 (PDT) In-Reply-To: <4C4C9F28.4050807@vmware.com> References: <4C4C9F28.4050807@vmware.com> Date: Mon, 26 Jul 2010 01:18:00 -0000 Message-ID: Subject: Re: what does "Target multi-thread does not support this command" mean? From: Mathew Yeates To: Michael Snyder 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: 2010-07/txt/msg00097.txt.bz2 Wow. That was easy. Thx. On Sun, Jul 25, 2010 at 1:31 PM, Michael Snyder wrote: > Mathew Yeates wrote: >> >> I get this when I try and use a reverse command. >> Is the message refer to my build of gdb? Or does it refer to my build >> of my program? >> >> Excuse the dumb question > > You need to use "target record". =A0See the wiki pages: > > http://sourceware.org/gdb/wiki/ProcessRecord > http://sourceware.org/gdb/wiki/ReverseDebug >