From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1225 invoked by alias); 13 Jul 2009 05:34:56 -0000 Received: (qmail 1217 invoked by uid 22791); 13 Jul 2009 05:34:55 -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 mail-pz0-f203.google.com (HELO mail-pz0-f203.google.com) (209.85.222.203) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Jul 2009 05:34:49 +0000 Received: by pzk41 with SMTP id 41so4525pzk.12 for ; Sun, 12 Jul 2009 22:34:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.162.8 with SMTP id p8mr1185491wfo.296.1247463288088; Sun, 12 Jul 2009 22:34:48 -0700 (PDT) In-Reply-To: <1247461066.14248.6.camel@localhost.localdomain> References: <1247461066.14248.6.camel@localhost.localdomain> From: Hui Zhu Date: Mon, 13 Jul 2009 16:29:00 -0000 Message-ID: Subject: Re: [patch, moxie] add process recording support To: Anthony Green Cc: gdb-patches@sourceware.org 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-07/txt/msg00357.txt.bz2 This is so great! Thanks for your work. Hui On Mon, Jul 13, 2009 at 12:57, Anthony Green wrote: > This patch adds process recording support to moxie-elf-gdb. =A0This > enables reverse debugging on both the gdb simulator as well as the moxie > qemu port. > > I've also added support for libgloss system calls, so gdb knows how to > undo the handful of I/O routines invoked by the "swi" instruction > (software interrupt). > > Testsuite results are OK. =A0I believe the reverse debugging failures are > unrelated to recording or reverse debugging. > > I'm checking this patch in. > > Thanks, > > AG > >