From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9526 invoked by alias); 10 Dec 2009 08:14:31 -0000 Received: (qmail 9516 invoked by uid 22791); 10 Dec 2009 08:14:30 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from web112515.mail.gq1.yahoo.com (HELO web112515.mail.gq1.yahoo.com) (98.137.26.178) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Thu, 10 Dec 2009 08:14:25 +0000 Received: (qmail 36448 invoked by uid 60001); 10 Dec 2009 08:14:23 -0000 Message-ID: <816087.35180.qm@web112515.mail.gq1.yahoo.com> Received: from [123.237.137.157] by web112515.mail.gq1.yahoo.com via HTTP; Thu, 10 Dec 2009 00:14:23 PST References: Date: Thu, 10 Dec 2009 08:14:00 -0000 From: paawan oza Subject: porting reversible on arm/mips To: Hui Zhu , Michael Snyder , gdb@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2009-12/txt/msg00057.txt.bz2 Hi, there are pending tasks as mentioned in http://sourceware.org/gdb/wiki/ReverseDebug I would like take one of the archs and port reversible on it. If I correctly understand the task. -> mips/arm architecture involves, complete writing to arm/mips instruction set and parsing of the same. -> I assume that there is no basic framework done for mips/arm, such as function call recording, instruction parsing etc, everything has to be written from beginning. Let me know If my understanding is correct of the current state of code. -> can we merge the i386-fp patch ? regards, Oza.