From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4555 invoked by alias); 8 Jan 2009 05:44:52 -0000 Received: (qmail 4547 invoked by uid 22791); 8 Jan 2009 05:44:51 -0000 X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_50,J_CHICKENPOX_14,J_CHICKENPOX_44,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.190) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 08 Jan 2009 05:44:44 +0000 Received: by ti-out-0910.google.com with SMTP id d10so6491099tib.12 for ; Wed, 07 Jan 2009 21:44:41 -0800 (PST) Received: by 10.110.37.3 with SMTP id k3mr23501293tik.9.1231393481241; Wed, 07 Jan 2009 21:44:41 -0800 (PST) Received: by 10.110.5.9 with HTTP; Wed, 7 Jan 2009 21:44:41 -0800 (PST) Message-ID: Date: Thu, 08 Jan 2009 05:44:00 -0000 From: teawater To: "gdb-patches@sourceware.org" Subject: [RFA] Submit process record and replay third time, 1/9 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_258453_24367439.1231393481230" 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-01/txt/msg00126.txt.bz2 ------=_Part_258453_24367439.1231393481230 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Content-length: 682 This patch is add two function pointers interface to GDB architecture support layer for process record and replay. After use this patch, still need: cd src/gdb/ ./gdbarch.sh cp new-gdbarch.c gdbarch.c cp new-gdbarch.h gdbarch.h 2009-01-08 Hui Zhu GDBARCH interface for process record and replay. * gdbarch.sh (process_record): This interface point to the function that records the inferior execute log. (process_record_dasm): This interface points to the function that will be called to set inferior status according to the instruction in replay mode. 2008-12-28 Michael Snyder * Comments, spelling, white space clean-ups. ------=_Part_258453_24367439.1231393481230 Content-Type: text/plain; name=1-gdbarch.txt Content-Transfer-Encoding: base64 X-Attachment-Id: f_fpp060wi0 Content-Disposition: attachment; filename=1-gdbarch.txt Content-length: 647 LS0tIGEvZ2RiYXJjaC5zaAorKysgYi9nZGJhcmNoLnNoCkBAIC02OTgsNiAr Njk4LDEwIEBACiAjIFNldCBpZiB0aGUgYWRkcmVzcyBpbiBOX1NPIG9yIE5f RlVOIHN0YWJzIG1heSBiZSB6ZXJvLgogdjppbnQ6c29mdW5fYWRkcmVzc19t YXliZV9taXNzaW5nOjo6MDowOjowCiAKKyMgRm9yIHRoZSBwcm9jZXNzIHJl Y29yZCBhbmQgcmVwbGF5IHRhcmdldC4KK006aW50OnByb2Nlc3NfcmVjb3Jk OkNPUkVfQUREUiBhZGRyOmFkZHIKK006dm9pZDpwcm9jZXNzX3JlY29yZF9k YXNtOnZvaWQKKwogIyBTaWduYWwgdHJhbnNsYXRpb246IHRyYW5zbGF0ZSBp bmZlcmlvcidzIHNpZ25hbCAoaG9zdCdzKSBudW1iZXIgaW50bwogIyBHREIn cyByZXByZXNlbnRhdGlvbi4KIG06ZW51bSB0YXJnZXRfc2lnbmFsOnRhcmdl dF9zaWduYWxfZnJvbV9ob3N0OmludCBzaWdubzpzaWdubzo6ZGVmYXVsdF90 YXJnZXRfc2lnbmFsX2Zyb21faG9zdDo6MAo= ------=_Part_258453_24367439.1231393481230--